Skip to content

Commit 2747ed7

Browse files
committed
Merge branch '1.10' into 1.11
* 1.10: [Maintenance] Ignore invalid reference to "annotation_reader" [Maintenance] Fix psalm
2 parents 7a87492 + 3f2cde3 commit 2747ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Application/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)