Commit faa92ba
authored
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
```1 parent 97e154b commit faa92ba
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments