Skip to content

Commit b2f7b03

Browse files
committed
fix types
1 parent 892b2f4 commit b2f7b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Subscriptions/Broadcasters/PusherBroadcasterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function testPusherNeverUsesLoggerInterface(): void
5353
$this->broadcast($subscriber);
5454
}
5555

56-
/** @param \Nuwave\Lighthouse\Subscriptions\Subscriber&\PHPUnit\Framework\MockObject\MockObject $subscriber */
56+
/** @param \Nuwave\Lighthouse\Subscriptions\Subscriber&\PHPUnit\Framework\MockObject\Stub $subscriber */
5757
private function broadcast(object $subscriber): void
5858
{
5959
$broadcastDriverManager = $this->app->make(BroadcastDriverManager::class);

0 commit comments

Comments
 (0)