Skip to content

Commit

Permalink
Update IoConnection.php
Browse files Browse the repository at this point in the history
fix dynamic properties warnings for PHP >= 8.2
  • Loading branch information
JohnRDOrazio authored May 29, 2024
1 parent d77c7bc commit 7296ed1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Ratchet/Server/IoConnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* {@inheritdoc}
*/
#[\AllowDynamicProperties]
class IoConnection implements ConnectionInterface {
/**
* @var \React\Socket\ConnectionInterface
Expand Down

0 comments on commit 7296ed1

Please sign in to comment.