Skip to content

Commit 98903c1

Browse files
committed
Fix
1 parent 8242908 commit 98903c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rules/CodeQuality/Rector/BooleanOr/RepeatedOrEqualToInArrayRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function refactor(Node $node): ?FuncCall
108108

109109
if ($identicals !== []) {
110110
if ($equals !== []) {
111-
// mixed identical and equals, skip as is
111+
// mix identical and equals, skip as is
112112
// @see https://3v4l.org/24cFl
113113
return null;
114114
}

0 commit comments

Comments
 (0)