Skip to content

Commit 6f286e1

Browse files
committedDec 23, 2013
Merge branch '2.3' into 2.4
Conflicts: reference/forms/types/integer.rst reference/forms/types/number.rst
2 parents fb781dd + bb97656 commit 6f286e1

File tree

75 files changed

+385
-281
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+385
-281
lines changed
 

‎README.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Contributing
88

99
>**Note**
1010
>Unless you're documenting a feature that's new to a specific version of Symfony
11-
>(e.g. Symfony 2.3), all pull requests must be based off of the **2.2** branch,
11+
>(e.g. Symfony 2.3), all pull requests must be based off of the **2.2** branch,
1212
>**not** the master or 2.3 branch.
1313
1414
We love contributors! For more information on how you can contribute to the
15-
Symfony documentation, please read
16-
[Contributing to the Documentation](http://symfony.com/doc/current/contributing/documentation/overview.html)
15+
Symfony documentation, please read
16+
[Contributing to the Documentation](http://symfony.com/doc/current/contributing/documentation/overview.html)

‎book/controller.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ the ``notice`` message:
726726

727727
.. code-block:: html+php
728728

729-
<?php foreach ($view['session']->getFlashBag()->get('notice') as $message): ?>
729+
<?php foreach ($view['session']->getFlash('notice') as $message): ?>
730730
<div class="flash-notice">
731731
<?php echo "<div class='flash-error'>$message</div>" ?>
732732
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.