Skip to content

Commit 09975d7

Browse files
committed
Merge branch '3.1'
* 3.1: Update create_custom_field_type.rst Update create_custom_field_type.rst Update http_foundation.rst [Reference] remove 2.8 versionadded directive Update deployment.rst
2 parents 918d5c2 + e22115e commit 09975d7

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

create_framework/http_foundation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ With the ``Response`` class, you can easily tweak the response::
226226
To debug a response, cast it to a string; it will return the HTTP
227227
representation of the response (headers and content).
228228

229-
Last but not the least, these classes, like every other class in the Symfony
229+
Last but not least, these classes, like every other class in the Symfony
230230
code, have been `audited`_ for security issues by an independent company. And
231231
being an Open-Source project also means that many other developers around the
232232
world have read the code and have already fixed potential security problems.

deployment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Check if your server meets the requirements by running:
118118

119119
.. code-block:: terminal
120120
121-
$ php app/check.php
121+
$ php bin/symfony_requirements
122122
123123
B) Configure your ``app/config/parameters.yml`` File
124124
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

form/create_custom_field_type.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ configuration::
369369
}
370370

371371
Great! The ``GenderType`` is now fueled by the configuration parameters and
372-
registered as a service. Because you used the ``form.type`` alias in its configuration,
372+
registered as a service. Because you used the ``form.type`` tag in its configuration,
373373
your service will be used instead of creating a *new* ``GenderType``. In other words,
374374
your controller *does not need to change*, it still looks like this::
375375

reference/configuration/framework.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,9 +1258,6 @@ paths
12581258

12591259
**type**: ``array`` **default**: ``[]``
12601260

1261-
.. versionadded:: 2.8
1262-
The ``paths`` option was introduced in Symfony 2.8.
1263-
12641261
This option allows to define an array of paths where the component will look
12651262
for translation files.
12661263

0 commit comments

Comments
 (0)