lexik / LexikPayboxBundle

LexikPayboxBundle eases the implementation of the Paybox payment system
MIT License
40 stars 47 forks source link

Fix debrecated usage of form type must be FQCN instead of strings #67

Closed babaorum closed 8 years ago

babaorum commented 8 years ago

Form types must be declared as FullQualifiedClassName. Usage of string such as 'form', 'hidden' is debrecated in Symfony 2.8 and removed in Symfony 3.0

Thank you

babaorum commented 8 years ago

Sorry for these errors. I handle the two problems together since Symfony 3 require PHP >= 5.5 Tell me if something seems wrong again.