umpirsky / Symfony-Upgrade-Fixer

Analyzes your Symfony project and tries to make it compatible with the new version of Symfony framework.
MIT License
275 stars 18 forks source link

Add PHP 5.4 support for the FormTypeNamesFixer #20

Closed tobias-93 closed 8 years ago

tobias-93 commented 8 years ago

PHP 5.4 doesn't support the static property class, so it needs the FQCN as an argument instead. This PR adds support for that as well.

umpirsky commented 8 years ago

Thanks @tobias-93, just fix comments and I will merge it. :+1:

umpirsky commented 8 years ago

@tobias-93 Merged as is, thanks!