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 Nov 13, 2021
1 parent aaf1a43 commit 08bffde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function getNodeTypes(): array
/**
* @param Do_ $node
*/
public function refactor(Node $node)
public function refactor(Node $node): ?array
{
if (! $this->valueResolver->isFalse($node->cond)) {
return null;
Expand Down

0 comments on commit 08bffde

Please sign in to comment.