Skip to content

@Method() is deprecated in Symfony 4.1 #785

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

Closed
javiereguiluz opened this issue Apr 22, 2018 · 0 comments · Fixed by #789
Closed

@Method() is deprecated in Symfony 4.1 #785

javiereguiluz opened this issue Apr 22, 2018 · 0 comments · Fixed by #789
Labels
bug good first issue Ideal for your first contribution! (some Symfony experience may be required) hasPR

Comments

@javiereguiluz
Copy link
Member

After upgrading to Symfony 4.1@dev you can see this deprecation:

User Deprecated: The "Sensio\Bundle\FrameworkExtraBundle\Configuration\Method" annotation is deprecated since version 5.2. Use "Symfony\Component\Routing\Annotation\Route" instead.

@javiereguiluz javiereguiluz added bug good first issue Ideal for your first contribution! (some Symfony experience may be required) labels Apr 22, 2018
javiereguiluz added a commit that referenced this issue Apr 25, 2018
…annotations (christickner)

This PR was merged into the master branch.

Discussion
----------

remove the deprecated sensio/framework-extra-bundle @method annotations

fixes #785

Commits
-------

6f841e2 remove the deprecated sensio/framework-extra-bundle @method annotations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug good first issue Ideal for your first contribution! (some Symfony experience may be required) hasPR
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant