File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ information. By convention, this information is usually configured in an
94
94
dbname =" %database_name%"
95
95
user =" %database_user%"
96
96
password =" %database_password%"
97
- >
97
+ / >
98
98
</doctrine : config >
99
99
100
100
</container >
Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ object.
318
318
.. code-block :: xml
319
319
320
320
<!-- Acme/TaskBundle/Resources/config/validation.xml -->
321
- <?xml version =" 1.0" charset =" UTF-8" ?>
321
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
322
322
<constraint-mapping xmlns =" http://symfony.com/schema/dic/constraint-mapping"
323
323
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
324
324
xsi : schemaLocation =" http://symfony.com/schema/dic/constraint-mapping
Original file line number Diff line number Diff line change @@ -969,7 +969,7 @@ listener that must be enabled in your configuration:
969
969
<?xml version =" 1.0" encoding =" UTF-8" ?>
970
970
<container xmlns =" http://symfony.com/schema/dic/services"
971
971
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
972
- xmlns : doctrine =" http://symfony.com/schema/dic/doctrine "
972
+ xmlns : doctrine =" http://symfony.com/schema/dic/framework "
973
973
xsi : schemaLocation =" http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
974
974
http://symfony.com/schema/dic/symfony http://symfony.com/schema/dic/symfony/symfony-1.0.xsd" >
975
975
You can’t perform that action at this time.
0 commit comments