AcmePizzaBundle icon indicating copy to clipboard operation
AcmePizzaBundle copied to clipboard

2.1 compatibility issue?

Open llbbl opened this issue 12 years ago • 2 comments

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

llbbl avatar Aug 20 '12 16:08 llbbl

Maybe you can open a WIP PR, cheer

brikou avatar Aug 22 '12 13:08 brikou

maybe you should check the upgrade process: https://github.com/symfony/symfony/blob/master/UPGRADE-2.1.md ?

thoroc avatar Oct 31 '12 18:10 thoroc