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 */