Update Render.php

This commit is contained in:
GrIvA
2022-12-29 10:51:57 +02:00
committed by GitHub
parent 065ccaec23
commit b874926420

View File

@@ -245,6 +245,8 @@ class Render extends \ArrayObject
throw new \BadMethodCallException("Unknown method " . $method);
}
public function __set(string $name, mixed $value): void {}
public function __get($name)
{
return $this->$name = null;