Skip to content

Commit 2a92ffa

Browse files
committed
wip
1 parent a393908 commit 2a92ffa

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/Lexique/CompileHelpers.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ trait CompileHelpers
1414
*/
1515
protected function compileHelpersStack(string $expression): string
1616
{
17-
foreach (
18-
[
17+
foreach ([
1918
"Auth", "Guest", "Lang", "Env", "Csrf", "Flash", "Production", "Trans",
2019
"HasFlash", "EndHelpers", "Empty", "NotEmpty", "Method", "Service"
21-
] as $token
22-
) {
20+
] as $token) {
2321
$out = $this->{"compile" . $token}($expression);
2422
if (strlen($out) !== 0) {
2523
$expression = $out;

0 commit comments

Comments
 (0)