Skip to content

chore: PHP CS Fixer - update heredoc handling #61372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: 7.4
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
apply no_whitespace_before_comma_in_array:after_heredoc - add to config
  • Loading branch information
keradus committed Aug 9, 2025
commit f8d91e56985b295e52a8b25ab9d99bb40e37fd3c
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
],
'php_unit_attributes' => true,
'method_argument_space' => ['after_heredoc' => true, 'on_multiline' => 'ignore'],
'no_whitespace_before_comma_in_array' => ['after_heredoc' => true],
])
->setRiskyAllowed(true)
->setFinder(
Expand Down
Loading