File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/Symfony/Bundle/SecurityBundle Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ SecurityBundle
91
91
http://symfony.com/schema/dic/security
92
92
- https://symfony.com/schema/dic/security/security-1.0.xsd">
93
93
+ https://symfony.com/schema/dic/security/security-1.0.xsd
94
- + http://example.com/schema
95
- + http://example.com/ schema.xsd" >
94
+ + http://example.com/schema http://example.com/schema.xsd">
95
+ + <!-- the line above can be omitted if the schema does not have a definition -- >
96
96
97
97
<config>
98
98
<provider name="custom_provider">
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ CHANGELOG
18
18
http://symfony.com/schema/dic/security
19
19
- https://symfony.com/schema/dic/security/security-1.0.xsd">
20
20
+ https://symfony.com/schema/dic/security/security-1.0.xsd
21
- + http://example.com/schema
22
- + http://example.com/ schema.xsd" >
21
+ + http://example.com/schema http://example.com/schema.xsd">
22
+ + <!-- the line above can be omitted if the schema does not have a definition -- >
23
23
24
24
<config>
25
25
<provider name="custom_provider">
You can’t perform that action at this time.
0 commit comments