mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
More fixes for PHP 8.0
This commit is contained in:
@@ -57,7 +57,7 @@ class OTS_HousesList implements IteratorAggregate, Countable, ArrayAccess
|
||||
* @param array $properties List of object properties.
|
||||
* @throws DOMException On DOM operation error.
|
||||
*/
|
||||
public function __set_state($properties)
|
||||
public static function __set_state($properties)
|
||||
{
|
||||
$object = new self();
|
||||
|
||||
|
Reference in New Issue
Block a user