Skip to content

Commit bf17e46

Browse files
committed
Update baseline for PHPStan
1 parent 13ca282 commit bf17e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpstan-baseline.neon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,12 +517,12 @@ parameters:
517517

518518
-
519519
message: "#^Access to an undefined property Doctrine\\\\ORM\\\\Query\\\\AST\\\\Join\\:\\:\\$aliasIdentificationVariable\\.$#"
520-
count: 2
520+
count: 1
521521
path: src/Translatable/Query/TreeWalker/TranslationWalker.php
522522

523523
-
524524
message: "#^Access to an undefined property Doctrine\\\\ORM\\\\Query\\\\AST\\\\Node\\:\\:\\$aliasIdentificationVariable\\.$#"
525-
count: 2
525+
count: 1
526526
path: src/Translatable/Query/TreeWalker/TranslationWalker.php
527527

528528
-

0 commit comments

Comments
 (0)