ElephantIO / elephant.io

Send events to a socket.io server through PHP
https://elephantio.github.io/elephant.io/
MIT License
108 stars 34 forks source link

Creation of dynamic property is deprecated #18

Closed RedskyThirty closed 5 months ago

RedskyThirty commented 5 months ago

Multiple warnings using the library with PHP 8.2+ inside \src\Engine\Store.php on line 186.

[DEPRECATED] Creation of dynamic property ElephantIO\Engine\Xxxx::$yyyy is deprecated in \vendor\elephantio\elephant.io\src\Engine\Store.php on line 186.

tohenk commented 5 months ago

It has been fixed in dev-master, now released as 4.7.1.

RedskyThirty commented 5 months ago

@tohenk Thanks a lot!