Skip to content

Commit 3324bca

Browse files
keradusnicolas-grekas
authored andcommitted
chore: PHP CS Fixer - update heredoc handling
1 parent 3c2c957 commit 3324bca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

OptionsResolver.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,9 @@ private function splitOutsideParenthesis(string $type): array
12371237
12381238
\| # Match the pipe delimiter (only if not inside a skipped group)
12391239
/x
1240-
EOF, $type);
1240+
EOF,
1241+
$type
1242+
);
12411243
}
12421244

12431245
/**

0 commit comments

Comments
 (0)