Skip to content

Commit 3e691aa

Browse files
TatevikGrtatevikg1
andauthored
ISSUE-344: fix return type for static analysis (#333)
Co-authored-by: Tatevik <tatevikg1@gmail.com>
1 parent 7dde04b commit 3e691aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Domain/Repository/Subscription/SubscriberRepository.php

Lines changed: 1 addition & 1 deletion
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 <oliver@phplist.com>
1616
*/

0 commit comments

Comments
 (0)