Skip to content

Commit

Permalink
Generic/SpreadOperatorSpacingAfter: improve code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoprimo authored and jrfnl committed Oct 24, 2024
1 parent d7e652b commit 4da7f15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,5 @@ $map = array_map(strtolower(...), $map);

// Ignore PHP 8.1 first class callable declarations.
$map = array_map(strtolower( ... ), $map);

bar(... /*comment*/$array);
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,5 @@ $map = array_map(strtolower(...), $map);

// Ignore PHP 8.1 first class callable declarations.
$map = array_map(strtolower( ... ), $map);

bar(... /*comment*/$array);
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public function getErrorList($testFile='')
60 => 1,
61 => 1,
66 => 2,
78 => 1,
];

default:
Expand Down

0 comments on commit 4da7f15

Please sign in to comment.