Skip to content

Commit 3e691aa

Browse files
TatevikGrtatevikg1
andauthored
ISSUE-344: fix return type for static analysis (#333)
Co-authored-by: Tatevik <[email protected]>
1 parent 7dde04b commit 3e691aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Domain/Repository/Subscription/SubscriberRepository.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* Repository for Subscriber models.
1212
*
13-
* @method Subscriber findOneByEmail(string $email)
13+
* @method Subscriber|null findOneByEmail(string $email)
1414
*
1515
* @author Oliver Klee <[email protected]>
1616
*/

0 commit comments

Comments
 (0)