Skip to content

Commit 8350a83

Browse files
committed
fixed deprecation notice
1 parent ee9f2e8 commit 8350a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Extensions/Extension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interface Extension
1313
* @param EntityManagerInterface $em
1414
* @param Reader|null $reader
1515
*/
16-
public function addSubscribers(EventManager $manager, EntityManagerInterface $em, Reader $reader = null);
16+
public function addSubscribers(EventManager $manager, EntityManagerInterface $em, ?Reader $reader = null);
1717

1818
/**
1919
* @return array

0 commit comments

Comments
 (0)