Skip to content

Commit d3dfe6d

Browse files
Ignore issues
1 parent c968a80 commit d3dfe6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Framework/Assert.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ final public static function assertContainsOnly(string $type, iterable $haystack
325325
),
326326
);
327327

328+
/** @phpstan-ignore argument.type */
328329
$constraint = TraversableContainsOnly::forClassOrInterface($type);
329330
}
330331

@@ -625,6 +626,7 @@ final public static function assertNotContainsOnly(string $type, iterable $hayst
625626
),
626627
);
627628

629+
/** @phpstan-ignore argument.type */
628630
$constraint = TraversableContainsOnly::forClassOrInterface($type);
629631
}
630632

@@ -3105,6 +3107,7 @@ private static function mapNativeType(string $type): NativeType
31053107
throw new UnknownNativeTypeException($type);
31063108
}
31073109

3110+
/** @phpstan-ignore match.unhandled */
31083111
return match ($type) {
31093112
'array' => NativeType::Array,
31103113
'bool' => NativeType::Bool,

0 commit comments

Comments
 (0)