Skip to content

Commit 628c194

Browse files
committed
formatting
1 parent ab4d0b3 commit 628c194

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/Lexique/CompileHelpers.php

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

0 commit comments

Comments
 (0)