8000 Merge branch '5.1' into 5.2 · symfony/symfony-docs@42b4664 · GitHub
[go: up one dir, main page]

Skip to content

Commit 42b4664

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: Update index.rst Update performance.rst
2 parents 9d71f15 + 0827374 commit 42b4664

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

components/console/helpers/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ The Console Helpers
1515
debug_formatter
1616

1717
The Console component comes with some useful helpers. These helpers contain
18-
function to ease some common tasks.
18+
functions to ease some common tasks.
1919

2020
.. include:: map.rst.inc

performance.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -193,14 +193,14 @@ such as Symfony projects, should use at least these values:
193193
Optimize Composer Autoloader
194194
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
195195

196-
The class loader used while developing the application is optimized to find
197-
new and changed classes. In production servers, PHP files should never change,
196+
The class loader used while developing the application is optimized to find new
197+
and changed classes. In production servers, PHP files should never change,
198198
unless a new application version is deployed. That's why you can optimize
199-
Composer's autoloader to scan the entire application once and build a "class map",
200-
which is a big array of the locations of all the classes and it's stored
201-
in ``vendor/composer/autoload_classmap.php``.
199+
Composer's autoloader to scan the entire application once and build an
200+
optimized "class map", which is a big array of the locations of all the classes
201+
and it's stored in ``vendor/composer/autoload_classmap.php``.
202202

203-
Execute this command to generate the class map (and make it part of your
203+
Execute this command to generate the new class map (and make it part of your
204204
deployment process too):
205205

206206
.. code-block:: terminal

0 commit comments

Comments
 (0)
0