Skip to content

Commit 07c4b5b

Browse files
committed
Mention that an XSD is optional
1 parent 5eed0c4 commit 07c4b5b

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
@@ -91,8 +91,8 @@ SecurityBundle
9191
http://symfony.com/schema/dic/security
9292
- https://symfony.com/schema/dic/security/security-1.0.xsd">
9393
+ 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 -->
9696

9797
<config>
9898
<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)