Skip to content

Commit

Permalink
compat WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 4, 2022
1 parent 2ea66a9 commit 0ab5f69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Latte/Compiler/Nodes/Php/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,10 @@ private static function arrayToArgs(array $arr): array

return $args;
}


public static function arrayToArguments($arr): array // TODO: remove
{
return $arr->toArguments();
}
}

0 comments on commit 0ab5f69

Please sign in to comment.