Skip to content

Commit 3fe2f1d

Browse files
committed
Merge branch '3.1'
2 parents 70cbce1 + f74c005 commit 3fe2f1d

File tree

4 files changed

+0
-14
lines changed

4 files changed

+0
-14
lines changed

book/controller.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -541,10 +541,6 @@ For more information, see the :doc:`/book/service_container` chapter.
541541

542542
$from = $this->getParameter('app.mailer.from');
543543

544-
.. versionadded:: 2.7
545-
The ``Controller::getParameter()`` method was introduced in Symfony
546-
2.7. Use ``$this->container->getParameter()`` in versions prior to 2.7.
547-
548544
.. index::
549545
single: Controller; Managing errors
550546
single: Controller; 404 pages

components/asset/introduction.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ The Asset Component
88
The Asset component manages URL generation and versioning of web assets such
99
as CSS stylesheets, JavaScript files and image files.
1010

11-
.. versionadded:: 2.7
12-
The Asset component was introduced in Symfony 2.7.
13-
1411
In the past, it was common for web applications to hardcode URLs of web assets.
1512
For example:
1613

components/console/introduction.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,6 @@ level. For example::
228228
// alternatively you can pass the verbosity level to writeln()
229229
$output->writeln('...', OutputInterface::VERBOSITY_VERBOSE);
230230

231-
.. versionadded:: 2.8
232-
The ability to pass the verbosity level to the ``writeln()`` method was
233-
introduced in Symfony 2.8.
234-
235231
There are also more semantic methods you can use to test for each of the
236232
verbosity levels::
237233

components/ldap.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ The Ldap Component
77

88
The Ldap component provides a means to connect to an LDAP server (OpenLDAP or Active Directory).
99

10-
.. versionadded:: 2.8
11-
The Ldap component was introduced in Symfony 2.8.
12-
1310
Installation
1411
------------
1512

0 commit comments

Comments
 (0)