Skip to content
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

[1.x] Supports PHP 8.4 #155

Merged
merged 1 commit into from
Dec 10, 2024
Merged

[1.x] Supports PHP 8.4 #155

merged 1 commit into from
Dec 10, 2024

Conversation

crynobone
Copy link
Contributor

fixes #154

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
->setRules([
'@PSR2' => true,
'array_syntax' => ['syntax' => 'short'],
'binary_operator_spaces' => true,
'blank_line_before_return' => true,
'blank_line_before_statement' => true,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

composer run php-cs-fixer:lint marked blank_line_before_return as deprecated and should replaced with blank_line_before_statement

@frankdejonge frankdejonge merged commit b7977e3 into thephpleague:master Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PHP 8.4 Deprecations
2 participants