Skip to content

Commit bf1e064

Browse files
committed
[symfony#2548] Removing some more 2.1 references
1 parent 300b71a commit bf1e064

File tree

6 files changed

+3
-16
lines changed

6 files changed

+3
-16
lines changed

book/internals.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,6 @@ The ``FrameworkBundle`` registers several listeners:
367367
``kernel.terminate`` Event
368368
..........................
369369

370-
.. versionadded:: 2.1
371-
The ``kernel.terminate`` event is new since Symfony 2.1.
372-
373370
The purpose of this event is to perform "heavier" tasks after the response
374371
was already served to the client.
375372

book/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ a slash. URLs matching this route might look like:
788788
.. note::
789789

790790
Sometimes you want to make certain parts of your routes globally configurable.
791-
Symfony2.1 provides you with a way to do this by leveraging service container
791+
Symfony provides you with a way to do this by leveraging service container
792792
parameters. Read more about this in ":doc:`/cookbook/routing/service_container_parameters`.
793793

794794
Special Routing Parameters

components/config/definition.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ node definition. Node type are available for:
100100
* scalar
101101
* boolean
102102
* array
103-
* enum (new in 2.1)
103+
* enum
104104
* integer (new in 2.2)
105105
* float (new in 2.2)
106106
* variable (no validation)

components/filesystem.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,4 @@ Whenever something wrong happens, an exception implementing
230230
:class:`Symfony\\Component\\Filesystem\\Exception\\ExceptionInterface` is
231231
thrown.
232232

233-
.. note::
234-
235-
Prior to version 2.1, :method:`Symfony\\Component\\Filesystem\\Filesystem::mkdir`
236-
returned a boolean and did not throw exceptions. As of 2.1, a
237-
:class:`Symfony\\Component\\Filesystem\\Exception\\IOException` is
238-
thrown if a directory creation fails.
239-
240233
.. _`Packagist`: https://packagist.org/packages/symfony/filesystem

components/http_foundation/session_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ PHP 5.4 compatibility
221221
~~~~~~~~~~~~~~~~~~~~~
222222

223223
Since PHP 5.4.0, :phpclass:`SessionHandler` and :phpclass:`SessionHandlerInterface`
224-
are available. Symfony 2.1 provides forward compatibility for the :phpclass:`SessionHandlerInterface`
224+
are available. Symfony provides forward compatibility for the :phpclass:`SessionHandlerInterface`
225225
so it can be used under PHP 5.3. This greatly improves inter-operability with other
226226
libraries.
227227

reference/constraints/UniqueEntity.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,6 @@ The name of the repository method to use for making the query to determine the
147147
uniqueness. If it's left blank, the ``findBy`` method will be used. This
148148
method should return a countable result.
149149

150-
.. versionadded:: 2.1
151-
The ``ignoreNull`` option was added in Symfony 2.1.
152-
153150
ignoreNull
154151
~~~~~~~~~~
155152

0 commit comments

Comments
 (0)