mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
Fix compatibility with PHP 8.0 (latest XAMPP)
Solution by doctrine developers
This commit is contained in:
@@ -86,7 +86,7 @@ class OTS_MonstersList implements Iterator, Countable, ArrayAccess
|
||||
*
|
||||
* @param array $properties List of object properties.
|
||||
*/
|
||||
public function __set_state($properties)
|
||||
public static function __set_state($properties)
|
||||
{
|
||||
$object = new self();
|
||||
|
||||
|
Reference in New Issue
Block a user