You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make Rfc6455Connector compatible with PHP 8.4 (#53)
Fixes this error:
```
Deprecated: Amp\Websocket\Client\Rfc6455Connector::__construct():
Implicitly marking parameter $httpClient as nullable is deprecated,
the explicit nullable type must be used instead in src/Rfc6455Connector.php on line 32
```
0 commit comments