Skip to content

Commit af482f6

Browse files
Update rules/CodeQuality/Rector/BooleanAnd/RepeatedAndNotEqualToNotInArrayRector.php
Co-authored-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
1 parent 62044f5 commit af482f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/CodeQuality/Rector/BooleanAnd/RepeatedAndNotEqualToNotInArrayRector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ private function isStrictComparison(BooleanAnd $booleanAnd): bool
185185
$notEquals = $this->betterNodeFinder->findInstanceOf($booleanAnd, NotEqual::class);
186186

187187
if ($notIdenticals !== []) {
188-
// mix identical and equals, keep as is
189-
// @see https://3v4l.org/24cFl
188+
// mix not identical and not equals, keep as is
189+
// @see https://3v4l.org/2SoHZ
190190
return $notEquals === [];
191191
}
192192

0 commit comments

Comments
 (0)