From 86fe18116c15b50c6862f80e51a8ae86164705dd Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Fri, 9 Mar 2018 18:46:25 +0100 Subject: [PATCH] reword some deprecation messages --- .../EventDispatcher/Debug/TraceableEventDispatcherInterface.php | 2 +- src/Symfony/Component/HttpFoundation/File/UploadedFile.php | 2 +- .../Component/Security/Core/User/AdvancedUserInterface.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php b/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php index f27643c7fb..d716f1914f 100644 --- a/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php +++ b/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php @@ -14,7 +14,7 @@ namespace Symfony\Component\EventDispatcher\Debug; use Symfony\Component\EventDispatcher\EventDispatcherInterface; /** - * @deprecated since version 4.1 + * @deprecated since Symfony 4.1 * * @author Fabien Potencier */ diff --git a/src/Symfony/Component/HttpFoundation/File/UploadedFile.php b/src/Symfony/Component/HttpFoundation/File/UploadedFile.php index e74bf23b53..4e46aa0e15 100644 --- a/src/Symfony/Component/HttpFoundation/File/UploadedFile.php +++ b/src/Symfony/Component/HttpFoundation/File/UploadedFile.php @@ -145,7 +145,7 @@ class UploadedFile extends File * It is extracted from the request from which the file has been uploaded. * Then it should not be considered as a safe value. * - * @deprecated since 4.1, use getSize() instead. + * @deprecated since Symfony 4.1, use getSize() instead. * * @return int|null The file sizes */ diff --git a/src/Symfony/Component/Security/Core/User/AdvancedUserInterface.php b/src/Symfony/Component/Security/Core/User/AdvancedUserInterface.php index 4a275f7128..8d0d0d216c 100644 --- a/src/Symfony/Component/Security/Core/User/AdvancedUserInterface.php +++ b/src/Symfony/Component/Security/Core/User/AdvancedUserInterface.php @@ -32,7 +32,7 @@ use Symfony\Component\Security\Core\Exception\DisabledException; * * @see UserInterface * @see AccountStatusException - * @deprecated since version 4.1 + * @deprecated since Symfony 4.1 * * @author Fabien Potencier */