Skip to content

Commit ab9dec0

Browse files
committed
Flip return types
1 parent 162e3fc commit ab9dec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Connection/ImapConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ protected function assertNextResponse(callable $filter, callable $assertion, cal
748748
* @template T of Response
749749
*
750750
* @param callable(T): bool $filter
751-
* @return null|T
751+
* @return T|null
752752
*/
753753
protected function nextResponse(callable $filter): ?Response
754754
{

0 commit comments

Comments
 (0)