mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
Fix compatibility with PHP 8.0 (latest XAMPP)
Solution by doctrine developers
This commit is contained in:
@@ -72,7 +72,7 @@ class OTS_SpellsList implements IteratorAggregate, Countable
|
||||
*
|
||||
* @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