Skip to content

Commit c5d2eb8

Browse files
committed
Merge branch '2.3' into 2.5
* 2.3: [#4625] Removing link added for BC, because this is the top of the page anyways Added '-ing' title ending to unify titles look [OptionsResolver] Fix Namespace link filesystem headlines match method names Change refering block name from content to body When explaining how to install dependencies for running unit tests, there are references to "--dev" composer parameter that is the current default value. Fixing missing services key readd mistakenly removed label fix feature freeze dates Conflicts: best_practices/security.rst
2 parents abd83ba + 7b16d3b commit c5d2eb8

File tree

7 files changed

+27
-26
lines changed

7 files changed

+27
-26
lines changed

Diff for: components/console/console_arguments.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. index::
22
single: Console; Console arguments
33

4-
Understand how Console Arguments are Handled
5-
============================================
4+
Understanding how Console Arguments Are Handled
5+
===============================================
66

77
It can be difficult to understand the way arguments are handled by the console application.
88
The Symfony Console application, like many other CLI utility tools, follows the behavior

Diff for: components/filesystem.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ endpoint for filesystem operations::
5151
string, an array or any object implementing :phpclass:`Traversable` as
5252
the target argument.
5353

54-
Mkdir
54+
mkdir
5555
~~~~~
5656

5757
:method:`Symfony\\Component\\Filesystem\\Filesystem::mkdir` creates a directory.
@@ -65,7 +65,7 @@ On posix filesystems, directories are created with a default mode value
6565
You can pass an array or any :phpclass:`Traversable` object as the first
6666
argument.
6767

68-
Exists
68+
exists
6969
~~~~~~
7070

7171
:method:`Symfony\\Component\\Filesystem\\Filesystem::exists` checks for the
@@ -82,7 +82,7 @@ presence of all files or directories and returns ``false`` if a file is missing:
8282
You can pass an array or any :phpclass:`Traversable` object as the first
8383
argument.
8484

85-
Copy
85+
copy
8686
~~~~
8787

8888
:method:`Symfony\\Component\\Filesystem\\Filesystem::copy` is used to copy
@@ -96,7 +96,7 @@ the third boolean argument::
9696
// image.jpg will be overridden
9797
$fs->copy('image-ICC.jpg', 'image.jpg', true);
9898

99-
Touch
99+
touch
100100
~~~~~
101101

102102
:method:`Symfony\\Component\\Filesystem\\Filesystem::touch` sets access and
@@ -115,7 +115,7 @@ your own with the second argument. The third argument is the access time::
115115
You can pass an array or any :phpclass:`Traversable` object as the first
116116
argument.
117117

118-
Chown
118+
chown
119119
~~~~~
120120

121121
:method:`Symfony\\Component\\Filesystem\\Filesystem::chown` is used to change
@@ -131,7 +131,7 @@ the owner of a file. The third argument is a boolean recursive option::
131131
You can pass an array or any :phpclass:`Traversable` object as the first
132132
argument.
133133

134-
Chgrp
134+
chgrp
135135
~~~~~
136136

137137
:method:`Symfony\\Component\\Filesystem\\Filesystem::chgrp` is used to change
@@ -147,7 +147,7 @@ the group of a file. The third argument is a boolean recursive option::
147147
You can pass an array or any :phpclass:`Traversable` object as the first
148148
argument.
149149

150-
Chmod
150+
chmod
151151
~~~~~
152152

153153
:method:`Symfony\\Component\\Filesystem\\Filesystem::chmod` is used to change
@@ -163,7 +163,7 @@ the mode of a file. The fourth argument is a boolean recursive option::
163163
You can pass an array or any :phpclass:`Traversable` object as the first
164164
argument.
165165

166-
Remove
166+
remove
167167
~~~~~~
168168

169169
:method:`Symfony\\Component\\Filesystem\\Filesystem::remove` is used to remove
@@ -176,7 +176,7 @@ files, symlinks, directories easily::
176176
You can pass an array or any :phpclass:`Traversable` object as the first
177177
argument.
178178

179-
Rename
179+
rename
180180
~~~~~~
181181

182182
:method:`Symfony\\Component\\Filesystem\\Filesystem::rename` is used to rename

Diff for: components/options_resolver.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ pretend that the ``host`` should always start with ``http://``. To do that,
382382
you can write normalizers. These closures will be executed after all options
383383
are passed and should return the normalized value. You can configure these
384384
normalizers by calling
385-
:method:`Symfony\\Components\\OptionsResolver\\OptionsResolver::setNormalizers`::
385+
:method:`Symfony\\Component\\OptionsResolver\\OptionsResolver::setNormalizers`::
386386

387387
// ...
388388
protected function setDefaultOptions(OptionsResolverInterface $resolver)

Diff for: contributing/code/tests.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Step 2: Install vendors
4141

4242
.. code-block:: bash
4343
44-
$ php composer.phar --dev install
44+
$ php composer.phar install
4545
4646
.. note::
4747

@@ -56,14 +56,14 @@ Step 2: Install vendors
5656
.. code-block:: bash
5757
5858
$ php installer
59-
$ php composer.phar --dev install
59+
$ php composer.phar install
6060
6161
After installation, you can update the vendors to their latest version with
6262
the follow command:
6363

6464
.. code-block:: bash
6565
66-
$ php composer.phar --dev update
66+
$ php composer.phar update
6767
6868
Running
6969
-------

Diff for: contributing/community/releases.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ Version Feature Freeze Release End of Maintenance End of Life
9494
2.2 01/2013 03/2013 11/2013 (8 months) 05/2014
9595
**2.3** 03/2013 05/2013 05/2016 (36 months) 05/2017
9696
2.4 09/2013 11/2013 09/2014 (10 months [1]_) 01/2015
97-
2.5 02/2014 05/2014 01/2015 (8 months) 07/2015
97+
2.5 03/2014 05/2014 01/2015 (8 months) 07/2015
9898
2.6 09/2014 11/2014 07/2015 (8 months) 01/2016
99-
**2.7** 02/2015 05/2015 05/2018 (36 months [2]_) 05/2019
99+
**2.7** 03/2015 05/2015 05/2018 (36 months [2]_) 05/2019
100100
3.0 09/2015 11/2015 07/2016 (8 months) 01/2017
101-
3.1 02/2016 05/2016 01/2017 (8 months) 07/2017
101+
3.1 03/2016 05/2016 01/2017 (8 months) 07/2017
102102
3.2 09/2016 11/2016 07/2017 (8 months) 01/2018
103-
**3.3** 02/2017 05/2017 05/2020 (36 months) 05/2021
103+
**3.3** 03/2017 05/2017 05/2020 (36 months) 05/2021
104104
... ... ... ... ...
105105
======= ============== ======= ======================== ===========
106106

Diff for: cookbook/configuration/pdo_session_storage.rst

+7-6
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,13 @@ of your project's data, you can use the connection settings from the
133133

134134
.. code-block:: yaml
135135
136-
pdo:
137-
class: PDO
138-
arguments:
139-
- "mysql:host=%database_host%;port=%database_port%;dbname=%database_name%"
140-
- "%database_user%"
141-
- "%database_password%"
136+
services:
137+
pdo:
138+
class: PDO
139+
arguments:
140+
- "mysql:host=%database_host%;port=%database_port%;dbname=%database_name%"
141+
- "%database_user%"
142+
- "%database_password%"
142143
143144
.. code-block:: xml
144145

Diff for: quick_tour/the_view.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Open the ``app/Resources/views/base.html.twig`` file that corresponds to the
126126

127127
The ``{% block %}`` tags tell the template engine that a child template may
128128
override those portions of the template. In this example, the ``index.html.twig``
129-
template overrides the ``content`` block, but not the ``title`` block, which will
129+
template overrides the ``body`` block, but not the ``title`` block, which will
130130
display the default content defined in the ``base.html.twig`` template.
131131

132132
Using Tags, Filters, and Functions

0 commit comments

Comments
 (0)