Skip to content

Commit

Permalink
Missed final
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Oct 8, 2023
1 parent c035faf commit 4408081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rfc6455CompressionNegotiator.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Amp\Websocket\Compression\WebsocketCompressionContext;
use Amp\Websocket\Compression\WebsocketCompressionContextFactory;

class Rfc6455CompressionNegotiator implements WebsocketCompressionNegotiator
final class Rfc6455CompressionNegotiator implements WebsocketCompressionNegotiator
{
public function __construct(private readonly WebsocketCompressionContextFactory $compressionContextFactory)
{
Expand Down

0 comments on commit 4408081

Please sign in to comment.