You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (self::METHOD_CALL !== $type && !$objectinstanceof self) { // Twig_Template does not have public properties, and we don't want to allow access to internal ones
527
-
if (isset($object->$item) || array_key_exists((string) $item, $object)) {
528
-
if ($isDefinedTest) {
529
-
returntrue;
530
-
}
526
+
try {
527
+
if (self::METHOD_CALL !== $type && !$objectinstanceof self) { // Twig_Template does not have public properties, and we don't want to allow access to internal ones
528
+
if (isset($object->$item) || array_key_exists((string)$item, $object)) {
0 commit comments