Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symfony 4 deprecations #470

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Jan 29, 2020

  1. Resolve symfony/form 4.2 deprecation

    Class "..." should implement method "static Symfony\Component\Form\FormTypeExtensionInterface::getExtendedTypes()": Gets the extended types - not implementing it is deprecated since Symfony 4.2.
    lalshe committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    fa05b24 View commit details
    Browse the repository at this point in the history
  2. Resolve symfony/config 4.2/4.3 deprecations

    The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "braincrafted_bootstrap" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
    lalshe committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    28a054e View commit details
    Browse the repository at this point in the history