We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dde04b commit 3e691aaCopy full SHA for 3e691aa
src/Domain/Repository/Subscription/SubscriberRepository.php
@@ -10,7 +10,7 @@
10
/**
11
* Repository for Subscriber models.
12
*
13
- * @method Subscriber findOneByEmail(string $email)
+ * @method Subscriber|null findOneByEmail(string $email)
14
15
* @author Oliver Klee <[email protected]>
16
*/
0 commit comments