AcmePizzaBundle
AcmePizzaBundle copied to clipboard
2.1 compatibility issue?
I updated the deprecated methods in the controllers. I think I have everything installed properly, database wise. I used composer to build a vanilla version of 2.1 and composer to install the pizzabundle.
Getting the fatal error below
Fatal error: Declaration of Acme\PizzaBundle\Form\OrderFormType::buildForm() must be compatible with that of Symfony\Component\Form\FormTypeInterface::buildForm() in C:\Users\llindquist\Web\acmepizza\vendor\beberlei\acme-pizza\Acme\PizzaBundle\Form\OrderFormType.php on line 11
Maybe you can open a WIP PR, cheer
maybe you should check the upgrade process: https://github.com/symfony/symfony/blob/master/UPGRADE-2.1.md ?