Skip to content

Commit 3f2cde3

Browse files
authored
bug #898 [Maintenance] Fix builds (NoResponseMate)
This PR was merged into the 1.10 branch. Discussion ---------- | Q | A | --------------- | ----- | Bug fix? | kinda | New feature? | no | BC breaks? | no | Deprecations? | no | Related tickets | fixes the builds | License | MIT Commits ------- b4175eb [Maintenance] Fix psalm 384fcd4 [Maintenance] Ignore invalid reference to "annotation_reader"
2 parents 03824d1 + 384fcd4 commit 3f2cde3

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

psalm.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@
7373
</errorLevel>
7474
</InvalidArgument>
7575

76-
<InvalidDocblock>
77-
<errorLevel type="suppress">
78-
<file name="vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php" />
79-
</errorLevel>
80-
</InvalidDocblock>
81-
8276
<InvalidReturnStatement>
8377
<errorLevel type="suppress">
8478
<file name="src/Component/Repository/InMemoryRepository.php" />

src/Bundle/test/config/services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ services:
7373
Gedmo\Sortable\SortableListener:
7474
calls:
7575
-
76-
setAnnotationReader: ['@annotation_reader']
76+
setAnnotationReader: ['@?annotation_reader']
7777
tags:
7878
-
7979
name: doctrine.event_subscriber

0 commit comments

Comments
 (0)