Ismael Ambrosi

Results 5 issues of Ismael Ambrosi

As of Symfony 2.7, overriding the method `setDefaultOptions` in Form type classes has been deprecated in favor of the new method `configureOptions`. We need to generate this new method if...

It would be great to allow users to override skeleton templates, so they can tweak the generated code, such as action methods, phpDocs, etc. Sensio's bundle has [this feature](http://symfony.com/doc/current/bundles/SensioGeneratorBundle/index.html#overriding-skeleton-templates) since...

We need a few specs _(like code style)_ to be added to a contribution guide, which should be taken into account at the moment of submitting a PRs.

Load Monolog services by default _(if logging is enabled)_, and remove them afterwards in the compiler pass if Monolog is not available. This way, the log adapter will use the...

This is done by fixing deprecations regarding the `TreeBuilder` and by switching to Prophecy for mocks in tests, to avoid getting the error about calling the deprecated method `ReflectionType::__toString()`.