src/Entity/helpers.php
Expected an object instance or the name of a class but saw expression with type false|string
Open
Open
$retval[] = ($obj instanceof $class) ? $obj : new $class($obj);
- Exclude checks
Call to method toArray
from undeclared class \Teto\Object\Helper
Open
Open
return \Teto\Object\Helper::toArray($value);
- Exclude checks