Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Feb 2, 2021
1 parent fc5cf37 commit 99a0f16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function process(File $phpcsFile, $stackPtr)
$start
);

if (!$previous) {
if ($previous === false) {
break;
}

Expand Down

0 comments on commit 99a0f16

Please sign in to comment.