Skip to content

Commit b831ae5

Browse files
staabmsebastianbergmann
authored andcommitted
on bleeding edge there is no error to ignore
1 parent 6e7e473 commit b831ae5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Framework/Constraint/Type/IsType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ final class IsType extends Constraint
128128
*/
129129
public function __construct(string $type)
130130
{
131-
/** @phpstan-ignore isset.offset */
132131
if (!isset(self::KNOWN_TYPES[$type])) {
133132
throw new UnknownTypeException($type);
134133
}

0 commit comments

Comments
 (0)