We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc04c4 commit 2d3595eCopy full SHA for 2d3595e
src/Framework/Constraint/Traversable/TraversableContainsEqual.php
@@ -27,7 +27,7 @@ protected function matches(mixed $other): bool
27
}
28
29
foreach ($other as $element) {
30
- /* @noinspection TypeUnsafeComparisonInspection */
+ /** @phpstan-ignore equal.notAllowed */
31
if ($this->value() == $element) {
32
return true;
33
0 commit comments