We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9f2e8 commit 8350a83Copy full SHA for 8350a83
src/Extensions/Extension.php
@@ -13,7 +13,7 @@ interface Extension
13
* @param EntityManagerInterface $em
14
* @param Reader|null $reader
15
*/
16
- public function addSubscribers(EventManager $manager, EntityManagerInterface $em, Reader $reader = null);
+ public function addSubscribers(EventManager $manager, EntityManagerInterface $em, ?Reader $reader = null);
17
18
/**
19
* @return array
0 commit comments