This tool will helps you upgrade your Symfony2 project.
1
stars
0
forks
source link
The order of the first two arguments of the methods createNamed and createNamedBuilder in FormFactoryInterface was reversed to be consistent with the rest of the component. #28
The order of the first two arguments of the methods createNamed and
createNamedBuilder in FormFactoryInterface was reversed to be
consistent with the rest of the component. You should scan your code
for occurrences of these methods and reverse the parameters.
The order of the first two arguments of the methods
createNamed
andcreateNamedBuilder
inFormFactoryInterface
was reversed to be consistent with the rest of the component. You should scan your code for occurrences of these methods and reverse the parameters.Before:
After: