Skip to content

Commit dd915a6

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: Update conventions.rst Require Dotenv component without --dev Fixed a minor RST syntax issue
2 parents 83b9d06 + 07894e3 commit dd915a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bundles/override.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,6 @@ For this reason, you can override any bundle translation file from the main
178178

179179
For example, to override the translations defined in the
180180
``Resources/translations/FOSUserBundle.es.yml`` file of the FOSUserBundle,
181-
create a``<your-project>/translations/FOSUserBundle.es.yml`` file.
181+
create a ``<your-project>/translations/FOSUserBundle.es.yml`` file.
182182

183183
.. _`the Doctrine documentation`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/inheritance-mapping.html#overrides

components/dotenv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Installation
1313

1414
.. code-block:: terminal
1515
16-
$ composer require --dev symfony/dotenv
16+
$ composer require symfony/dotenv
1717
1818
.. include:: /components/require_autoload.rst.inc
1919

contributing/code/conventions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ between the namespace and the use declarations, like in this example from
124124
/**
125125
* @author Adrien Brault <[email protected]>
126126
*
127-
* @deprecated ArrayParserCache class is deprecated since version 3.2 and will be removed in 4.0. Use the Symfony\Component\Cache\Adapter\ArrayAdapter class instead.
127+
* @deprecated since Symfony 3.2, to be removed in 4.0. Use the Symfony\Component\Cache\Adapter\ArrayAdapter class instead.
128128
*/
129129
class ArrayParserCache implements ParserCacheInterface
130130

0 commit comments

Comments
 (0)