Skip to content

Commit 99a0f16

Browse files
committed
Fix code style
1 parent fc5cf37 commit 99a0f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Standards/Generic/Sniffs/CodeAnalysis/MixedBooleanOperatorSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function process(File $phpcsFile, $stackPtr)
7373
$start
7474
);
7575

76-
if (!$previous) {
76+
if ($previous === false) {
7777
break;
7878
}
7979

0 commit comments

Comments
 (0)