Skip to content

Commit 7d162f0

Browse files
committed
fix linting
1 parent a53bf7f commit 7d162f0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Servers/Reverb/Publishing/RedisClient.php

-8
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,6 @@ protected function configureClientErrorHandler(): void
161161
});
162162
}
163163

164-
/**
165-
* Queue the given subscription event.
166-
*/
167-
protected function queueSubscriptionEvent($event, $payload): void
168-
{
169-
$this->queuedSubscriptionEvents[] = [$event => $payload];
170-
}
171-
172164
/**
173165
* Queue the given publish event.
174166
*/

0 commit comments

Comments
 (0)