Skip to content

Commit 95c0971

Browse files
author
Roman Syroeshko
committed
Reorganized unit tests.
1 parent c75056f commit 95c0971

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

src/PhpWord/Reader/AbstractReader.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* Reader abstract class
2424
*
2525
* @since 0.8.0
26+
*
2627
* @codeCoverageIgnore Abstract class
2728
*/
2829
abstract class AbstractReader implements ReaderInterface

src/PhpWord/SimpleType/Jc.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
* Horizontal Alignment Type.
2424
*
2525
* @since 0.13.0
26+
*
27+
* @codeCoverageIgnore
2628
*/
2729
final class Jc
2830
{

src/PhpWord/SimpleType/JcTable.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
* Table Alignment Type.
2424
*
2525
* @since 0.13.0
26+
*
27+
* @codeCoverageIgnore
2628
*/
2729
final class JcTable
2830
{

0 commit comments

Comments
 (0)