reword some deprecation messages

This commit is contained in:
Christian Flothmann 2018-03-09 18:46:25 +01:00
parent d79c528b40
commit 86fe18116c
3 changed files with 3 additions and 3 deletions

View File

@ -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 <fabien@symfony.com>
*/

View File

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

View File

@ -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 <fabien@symfony.com>
*/