Skip to content

Commit

Permalink
fixup! rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Mar 21, 2024
1 parent 2c11e4d commit 8a66bdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function refactor(Node $node): int|null|array
return null;
}

if (!$conditionStaticType->getValue()) {
if (! $conditionStaticType->getValue()) {
return null;
}

Expand Down

0 comments on commit 8a66bdd

Please sign in to comment.