Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 56b6b25

Browse filesBrowse files
committed
[symfony#2866] Minor fixes thanks to @stof and @wouterj
1 parent 59e8411 commit 56b6b25
Copy full SHA for 56b6b25

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed

‎book/doctrine.rst

Copy file name to clipboardExpand all lines: book/doctrine.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ information. By convention, this information is usually configured in an
9494
dbname="%database_name%"
9595
user="%database_user%"
9696
password="%database_password%"
97-
>
97+
/>
9898
</doctrine:config>
9999
100100
</container>

‎book/forms.rst

Copy file name to clipboardExpand all lines: book/forms.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ object.
318318
.. code-block:: xml
319319
320320
<!-- Acme/TaskBundle/Resources/config/validation.xml -->
321-
<?xml version="1.0" charset="UTF-8"?>
321+
<?xml version="1.0" encoding="UTF-8"?>
322322
<constraint-mapping xmlns="http://symfony.com/schema/dic/constraint-mapping"
323323
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
324324
xsi:schemaLocation="http://symfony.com/schema/dic/constraint-mapping

‎book/http_cache.rst

Copy file name to clipboardExpand all lines: book/http_cache.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ listener that must be enabled in your configuration:
969969
<?xml version="1.0" encoding="UTF-8" ?>
970970
<container xmlns="http://symfony.com/schema/dic/services"
971971
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"
973973
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
974974
http://symfony.com/schema/dic/symfony http://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
975975

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.