minor #26474 reword some deprecation messages (xabbuh)

This PR was merged into the 4.1-dev branch.

Discussion
----------

reword some deprecation messages

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

86fe18116c reword some deprecation messages
This commit is contained in:
Fabien Potencier 2018-03-10 12:14:32 -06:00
commit aab57727f0
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>
*/