Skip to content

Commit 44d77b5

Browse files
committed
Mention that an XSD is optional
1 parent 8101acb commit 44d77b5

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
@@ -62,8 +62,8 @@ SecurityBundle
6262
http://symfony.com/schema/dic/security
6363
- https://symfony.com/schema/dic/security/security-1.0.xsd">
6464
+ https://symfony.com/schema/dic/security/security-1.0.xsd
65-
+ http://example.com/schema
66-
+ http://example.com/schema.xsd">
65+
+ http://example.com/schema http://example.com/schema.xsd">
66+
+ <!-- the line above can be omitted if the schema does not have a definition -->
6767

6868
<config>
6969
<provider name="custom_provider">

src/Symfony/Bundle/SecurityBundle/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ CHANGELOG
1717
http://symfony.com/schema/dic/security
1818
- https://symfony.com/schema/dic/security/security-1.0.xsd">
1919
+ https://symfony.com/schema/dic/security/security-1.0.xsd
20-
+ http://example.com/schema
21-
+ http://example.com/schema.xsd">
20+
+ http://example.com/schema http://example.com/schema.xsd">
21+
+ <!-- the line above can be omitted if the schema does not have a definition -->
2222

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

0 commit comments

Comments
 (0)