Skip to content

Commit 76bb351

Browse files
test workflows on purpose
1 parent 000712d commit 76bb351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MartinGeorgiev/Utils/DoctrineLexer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ final class DoctrineLexer
2020
public static function isPre200(Lexer $lexer): bool
2121
{
2222
// @phpstan-ignore-next-line
23-
return \is_array($lexer->lookahead);
23+
return !\is_array($lexer->lookahead);
2424
}
2525

2626
/**

0 commit comments

Comments
 (0)