Skip to content

Commit

Permalink
Generic/ArrayIndent: improve code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoprimo committed May 9, 2024
1 parent ade8bc8 commit 94cd19a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Standards/Generic/Tests/Arrays/ArrayIndentUnitTest.inc
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,6 @@ $var = [
];

// phpcs:set Generic.Arrays.ArrayIndent indent 4

$array = [1,
];
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,6 @@ $var = [
];

// phpcs:set Generic.Arrays.ArrayIndent indent 4

$array = [1,
];

0 comments on commit 94cd19a

Please sign in to comment.