Skip to content

Commit

Permalink
[ci-review] Rector Rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 26, 2024
1 parent 0b3a61f commit c60aa11
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ final class DowngradeNullsafeToTernaryOperatorRector extends AbstractRector
/**
* Hack-ish way to reset counter for a new file, to avoid rising counter for each file
*
* @param \PhpParser\Node[] $nodes
* @param Node[] $nodes
* @return array|Node[]|null
* @throws \Rector\Exception\ShouldNotHappenException
*/
public function beforeTraverse(array $nodes): ?array
{
Expand Down

0 comments on commit c60aa11

Please sign in to comment.