Commit bf2e579
committed
minor #13210 Add XML schema location for container configuration (ocrampete16)
This PR was submitted for the 5.0 branch but it was merged into the 4.4 branch instead (closes #13210).
Discussion
----------
Add XML schema location for container configuration
At first I assumed this was omitted to keep the code snippet more concise and easier to comprehend. But then again, the `xsi` namespace already in place would be redundant.
If the intention was indeed to keep things more simple, I would suggest removing the `xsi` namespace entirely.
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/roadmap for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).
-->
Commits
-------
e917a18 Add XML schema location for container configuration1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1949 | 1949 | | |
1950 | 1950 | | |
1951 | 1951 | | |
1952 | | - | |
| 1952 | + | |
| 1953 | + | |
| 1954 | + | |
1953 | 1955 | | |
1954 | 1956 | | |
1955 | 1957 | | |
| |||
2062 | 2064 | | |
2063 | 2065 | | |
2064 | 2066 | | |
2065 | | - | |
| 2067 | + | |
| 2068 | + | |
| 2069 | + | |
2066 | 2070 | | |
2067 | 2071 | | |
2068 | 2072 | | |
| |||
0 commit comments