@@ -558,7 +558,7 @@ methods, but you only need to choose one.
558
558
559
559
<!-- config/xml/Product.dcm.xml -->
560
560
<doctrine-mapping xmlns =" http://doctrine-project.org/schemas/orm/doctrine-mapping"
561
- xmlns : xsi =" https ://www.w3.org/2001/XMLSchema-instance"
561
+ xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance"
562
562
xsi : schemaLocation =" http://doctrine-project.org/schemas/orm/doctrine-mapping
563
563
https://www.doctrine-project.org/schemas/orm/doctrine-mapping.xsd" >
564
564
@@ -1139,7 +1139,7 @@ the ``Product`` before:
1139
1139
1140
1140
<!-- config/xml/Bug.dcm.xml -->
1141
1141
<doctrine-mapping xmlns =" http://doctrine-project.org/schemas/orm/doctrine-mapping"
1142
- xmlns : xsi =" https ://www.w3.org/2001/XMLSchema-instance"
1142
+ xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance"
1143
1143
xsi : schemaLocation =" http://doctrine-project.org/schemas/orm/doctrine-mapping
1144
1144
https://www.doctrine-project.org/schemas/orm/doctrine-mapping.xsd" >
1145
1145
@@ -1294,7 +1294,7 @@ Finally, we'll add metadata mappings for the ``User`` entity.
1294
1294
1295
1295
<!-- config/xml/User.dcm.xml -->
1296
1296
<doctrine-mapping xmlns =" http://doctrine-project.org/schemas/orm/doctrine-mapping"
1297
- xmlns : xsi =" https ://www.w3.org/2001/XMLSchema-instance"
1297
+ xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance"
1298
1298
xsi : schemaLocation =" http://doctrine-project.org/schemas/orm/doctrine-mapping
1299
1299
https://www.doctrine-project.org/schemas/orm/doctrine-mapping.xsd" >
1300
1300
@@ -1818,7 +1818,7 @@ we have to adjust the metadata slightly.
1818
1818
.. code-block :: xml
1819
1819
1820
1820
<doctrine-mapping xmlns =" http://doctrine-project.org/schemas/orm/doctrine-mapping"
1821
- xmlns : xsi =" https ://www.w3.org/2001/XMLSchema-instance"
1821
+ xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance"
1822
1822
xsi : schemaLocation =" http://doctrine-project.org/schemas/orm/doctrine-mapping
1823
1823
https://www.doctrine-project.org/schemas/orm/doctrine-mapping.xsd" >
1824
1824
0 commit comments