Update Render.php

This commit is contained in:
GrIvA 2022-12-29 10:51:57 +02:00 committed by GitHub
parent 065ccaec23
commit b874926420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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;