Skip to content

Commit f558838

Browse files
committed
minor #12058 Removed old versionadded/deprecated directives (OskarStark)
This PR was merged into the master branch. Discussion ---------- Removed old versionadded/deprecated directives <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 0d01141 Removed old versionadded/deprecated directives
2 parents 574f75c + 0d01141 commit f558838

File tree

4 files changed

+0
-29
lines changed

4 files changed

+0
-29
lines changed

cache.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -376,10 +376,6 @@ To get the best of both worlds you may use a chain of adapters. The idea is to
376376
first look at the quick adapter and then move on to slower adapters. In the worst
377377
case the value needs to be recalculated.
378378

379-
.. versionadded:: 4.4
380-
381-
Support for configuring a chain using ``framework.cache.pools`` was introduced in Symfony 4.4.
382-
383379
.. configuration-block::
384380

385381
.. code-block:: yaml

components/http_kernel.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -615,19 +615,6 @@ kernel.terminate ``KernelEvents::TERMINATE`` :class:`Sym
615615
kernel.exception ``KernelEvents::EXCEPTION`` :class:`Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent`
616616
=========================== ====================================== ========================================================================
617617

618-
.. deprecated:: 4.3
619-
620-
Since Symfony 4.3, most of the event classes were renamed.
621-
The following old classes were deprecated:
622-
623-
* `GetResponseEvent` renamed to :class:`Symfony\\Component\\HttpKernel\\Event\\RequestEvent`
624-
* `FilterControllerEvent` renamed to :class:`Symfony\\Component\\HttpKernel\\Event\\ControllerEvent`
625-
* `FilterControllerArgumentsEvent` renamed to :class:`Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent`
626-
* `GetResponseForControllerResultEvent` renamed to :class:`Symfony\\Component\\HttpKernel\\Event\\ViewEvent`
627-
* `FilterResponseEvent` renamed to :class:`Symfony\\Component\\HttpKernel\\Event\\ResponseEvent`
628-
* `PostResponseEvent` renamed to :class:`Symfony\\Component\\HttpKernel\\Event\\TerminateEvent`
629-
* `GetResponseForExceptionEvent` renamed to :class:`Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent`
630-
631618
.. _http-kernel-working-example:
632619

633620
A full Working Example

components/var_dumper.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,6 @@ The ``VarDumperTestTrait`` also includes these other methods:
254254
is called automatically after each case to reset the custom configuration
255255
made in ``setUpVarDumper()``.
256256

257-
.. versionadded:: 4.4
258-
259-
The ``setUpVarDumper()`` and ``tearDownVarDumper()`` methods were introduced
260-
in Symfony 4.4.
261-
262257
Example::
263258

264259
use PHPUnit\Framework\TestCase;

translation.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -347,13 +347,6 @@ For more options, see :ref:`component-translator-message-catalogs`.
347347
:class:`Symfony\\Component\\Translation\\Loader\\LoaderInterface` interface.
348348
See the :ref:`dic-tags-translation-loader` tag for more information.
349349

350-
.. versionadded:: 4.3
351-
352-
Starting from Symfony 4.3, when you create a new translation file (or
353-
install a bundle that includes translation files), you don't have to clear
354-
the cache with the command ``php bin/console cache:clear`` as you had to do
355-
in previous Symfony versions.
356-
357350
Handling the User's Locale
358351
--------------------------
359352

0 commit comments

Comments
 (0)