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 @@ -97,8 +97,8 @@ SecurityBundle
97
97
http://symfony.com/schema/dic/security
98
98
- https://symfony.com/schema/dic/security/security-1.0.xsd">
99
99
+ https://symfony.com/schema/dic/security/security-1.0.xsd
100
- + http://example.com/schema
101
- + http://example.com/ schema.xsd" >
100
+ + http://example.com/schema http://example.com/schema.xsd">
101
+ + <!-- the line above can be omitted if the schema does not have a definition -- >
102
102
103
103
<config>
104
104
<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