More fixes for PHP 8.0

This commit is contained in:
slawkens
2021-02-16 01:39:58 +01:00
parent 856507fb66
commit 2684205b5a
3 changed files with 2 additions and 87 deletions

View File

@@ -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();