We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7938fac commit 579626eCopy full SHA for 579626e
tests/Rule/NoEntityRepositoryInLoopRuleTest.php
@@ -20,7 +20,7 @@ protected function getRule(): Rule
20
21
public function testRule(): void
22
{
23
- $this->analyse([__DIR__ . '/Fixtures/NoEntityRepositoryInLoop/NoEntityRepositoryInLoop.php'], [
+ $this->analyse([__DIR__ . '/fixtures/NoEntityRepositoryInLoop/NoEntityRepositoryInLoop.php'], [
24
[
25
'EntityRepository method calls are not allowed within loops. This can lead to unexpected N:1 queries.',
26
20,
0 commit comments