- 🇯🇵Japan ptmkenny
I am closing this issue because there has been no follow-up in five years.
- 🇳🇱Netherlands megachriz
I see now that on the first iteration,
$variables
is an empty array. So then the removed call$expression = strtr($expression, $variables);
does effectively nothing. But later in the loop,$variables
can contain something.Anyway, it looks like the code should stay - even though what it does is apparently not covered by tests.