Skip to content
New issue

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

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

Already on GitHub? # to your account

use latest PHP 8.0 features #432

Merged
merged 2 commits into from
Mar 2, 2022
Merged

Conversation

IonBazan
Copy link
Contributor

@IonBazan IonBazan commented Mar 1, 2022

I noticed we are still using old-style array() syntax and some other legacy features so I run PHP-CS-Fixer with @PHP80Migration:risky,@Symfony to make use of latest features like arrow functions and strict_types 🚀

Please also take not of changes in tests - adding strict typing revealed some bugs there.

@tobias-93 tobias-93 merged commit 089c738 into FriendsOfSymfony:master Mar 2, 2022
@tobias-93
Copy link
Collaborator

Thanks @IonBazan

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants