Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
joomdonation committed Jun 7, 2022
1 parent 14b54f1 commit 924e92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/HTML/HTMLHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ public static function getServiceRegistry(): Registry
*/
protected static function call(callable $function, $args)
{
// PHP 5.3 workaround
// Workaround to allow calling helper methods have arguments passed by reference
$temp = array();

foreach ($args as &$arg)
Expand Down

0 comments on commit 924e92c

Please sign in to comment.