-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
removed deprecated Twig features #13409
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
Conversation
Q | A |
---|---|
Bug fix? | no |
New feature? | no |
BC breaks? | yes |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | n/a |
License | MIT |
Doc PR | n/a |
@@ -9,8 +9,6 @@ | |||
|
|||
<xsd:complexType name="config"> | |||
<xsd:sequence> | |||
<!-- @deprecated since version 2.6, to be removed in 3.0 --> | |||
<xsd:element name="form" type="form" minOccurs="0" maxOccurs="1" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like you can also remove the complexType name="form"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch, fixed
a163635
to
9994c02
Compare
@@ -25,20 +24,11 @@ | |||
*/ | |||
class AppVariable | |||
{ | |||
private $security; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this property is still referenced in getUser
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
apart from comment above, 👍 |
9994c02
to
2afd614
Compare
This PR was merged into the 3.0-dev branch. Discussion ---------- removed deprecated Twig features | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | yes | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Commits ------- 2afd614 removed deprecated Twig features