Skip to content

Commit f4b2930

Browse files
Revert "test workflows on purpose"
This reverts commit 76bb351.
1 parent 76bb351 commit f4b2930

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)