Skip to content

Commit

Permalink
Merge pull request #69 from WyriHaximus/follow-up-for-67
Browse files Browse the repository at this point in the history
Follow up on #67
  • Loading branch information
WyriHaximus authored Jul 4, 2021
2 parents 6ce5b4e + 4e689c6 commit c8af6e6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/ChildInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@

interface ChildInterface
{
public static function create(Messenger $messenger, LoopInterface $loop);
/**
* @return void
*
* @psalm-suppress MissingReturnType
*/
public static function create(Messenger $messenger, LoopInterface $loop); // phpcs:disabled
}

0 comments on commit c8af6e6

Please sign in to comment.