Skip to content

Commit 2ea00a3

Browse files
staabmsebastianbergmann
authored andcommitted
Discard changes to src/Framework/Constraint/Type/IsType.php
1 parent 3646e47 commit 2ea00a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Framework/Constraint/Type/IsType.php

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

0 commit comments

Comments
 (0)