Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Apr 24, 2024
1 parent 3ad1d65 commit 7b2db07
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/Node/GetAttrNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,15 @@ public static function attribute(
return $object->$item;
}

return CoreExtension::getAttribute($env, $source, $object, $item, $arguments, $type, $isDefinedTest, $ignoreStrictCheck);
return CoreExtension::getAttribute(
$env,
$source,
$object,
$item,
$arguments,
$type,
$isDefinedTest,
$ignoreStrictCheck
);
}
}

0 comments on commit 7b2db07

Please sign in to comment.