Skip to content

Commit 17b3cb5

Browse files
Merge branch '7.4' into 8.0
* 7.4: chore: PHP CS Fixer - update heredoc handling
2 parents 2755171 + 3324bca commit 17b3cb5

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
@@ -1204,7 +1204,9 @@ private function splitOutsideParenthesis(string $type): array
12041204
12051205
\| # Match the pipe delimiter (only if not inside a skipped group)
12061206
/x
1207-
EOF, $type);
1207+
EOF,
1208+
$type
1209+
);
12081210
}
12091211

12101212
/**

0 commit comments

Comments
 (0)