Skip to content

Commit 61a3103

Browse files
committed
Merge branch '1.11' into 1.12
* 1.11: [Maintenance] Ignore invalid reference to "annotation_reader" [Maintenance] Fix psalm
2 parents 6a00baf + 2747ed7 commit 61a3103

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)