Skip to content

Commit 94cd19a

Browse files
committed
Generic/ArrayIndent: improve code coverage
1 parent ade8bc8 commit 94cd19a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/Standards/Generic/Tests/Arrays/ArrayIndentUnitTest.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,6 @@ $var = [
149149
];
150150

151151
// phpcs:set Generic.Arrays.ArrayIndent indent 4
152+
153+
$array = [1,
154+
];

src/Standards/Generic/Tests/Arrays/ArrayIndentUnitTest.inc.fixed

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,6 @@ $var = [
150150
];
151151

152152
// phpcs:set Generic.Arrays.ArrayIndent indent 4
153+
154+
$array = [1,
155+
];

0 commit comments

Comments
 (0)