FriendsOfSymfony / FOSJsRoutingBundle

A pretty nice way to expose your Symfony routing to client applications.
1.48k stars 261 forks source link

use latest PHP 8.0 features #432

Closed IonBazan closed 2 years ago

IonBazan commented 2 years ago

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 commented 2 years ago

Thanks @IonBazan