8000 minor #22000 [DependencyInjection] Remove the "id" attribute of "call… · symfony/symfony@133c37a · GitHub
[go: up one dir, main page]

Skip to content

Commit 133c37a

Browse files
committed
minor #22000 [DependencyInjection] Remove the "id" attribute of "callable" (GuilhemN)
This PR was merged into the 3.3-dev branch. Discussion ---------- [DependencyInjection] Remove the "id" attribute of "callable" | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | ? | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | It seems like this attribute was added by mistake as it's used nowhere. It should be removed but I don't think it's worth adding a bc layer. Commits ------- 19547a2 [DependencyInjection] Remove the "id" attribute of "callable"
2 parents 209b0bc + 19547a2 commit 133c37a

File tree

1 file changed

+0
-1
lines changed
  • src/Symfony/Component/DependencyInjection/Loader/schema/dic/services

1 file changed

+0
-1
lines changed

src/Symfony/Component/DependencyInjection/Loader/schema/dic/services/services-1.0.xsd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
<xsd:choice minOccurs="0" maxOccurs="1">
8787
<xsd:element name="service" type="service" minOccurs="0" maxOccurs="1" />
8888
</xsd:choice>
89-
<xsd:attribute name="id" type="xsd:string" />
9089
<xsd:attribute name="service" type="xsd:string" />
9190
<xsd:attribute name="class" type="xsd:string" />
9291
<xsd:attribute name="method" type="xsd:string" />

0 commit comments

Comments
 (0)
0