Commit 533bfc6
committed
minor #8874 Replaced class per id in service definition in XML (nacmartin)
This PR was submitted for the master branch but it was merged into the 3.3 branch instead (closes #8874).
Discussion
----------
Replaced class per id in service definition in XML
Using only `class` results in `Top-level services must have "id" attribute, none found`. Whereas using `id` instead of `class` is understood, and it is coherent with the YAML and PHP versions of the same definition.
Commits
-------
2e0e63e Replaced class per id in service definition in XML1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments