Skip to content

Commit 776038d

Browse files
committed
Fix
1 parent d951254 commit 776038d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/Rules/Doctrine/ORM/QueryBuilderDqlRuleSlowTest.php

+6
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,10 @@ public static function getAdditionalConfigFiles(): array
134134
];
135135
}
136136

137+
protected function shouldFailOnPhpErrors(): bool
138+
{
139+
// doctrine/orm/src/Query/Parser.php throws assert($peek !== null) failed
140+
return false;
141+
}
142+
137143
}

0 commit comments

Comments
 (0)