Skip to content

Commit 23d87fe

Browse files
committed
Mention that an XSD is optional
1 parent db1b90c commit 23d87fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

UPGRADE-7.2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ SecurityBundle
9797
http://symfony.com/schema/dic/security
9898
- https://symfony.com/schema/dic/security/security-1.0.xsd">
9999
+ 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 -->
102102

103103
<config>
104104
<provider name="custom_provider">

src/Symfony/Bundle/SecurityBundle/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ CHANGELOG
1818
http://symfony.com/schema/dic/security
1919
- https://symfony.com/schema/dic/security/security-1.0.xsd">
2020
+ 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 -->
2323

2424
<config>
2525
<provider name="custom_provider">

0 commit comments

Comments
 (0)