Skip to content

Commit

Permalink
minor #26474 reword some deprecation messages (xabbuh)
Browse files Browse the repository at this point in the history
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
-------

86fe181 reword some deprecation messages
  • Loading branch information
fabpot committed Mar 10, 2018
2 parents d79c528 + 86fe181 commit aab5772
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -14,7 +14,7 @@
use Symfony\Component\EventDispatcher\EventDispatcherInterface;

/**
* @deprecated since version 4.1
* @deprecated since Symfony 4.1
*
* @author Fabien Potencier <fabien@symfony.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/HttpFoundation/File/UploadedFile.php
Expand Up @@ -145,7 +145,7 @@ public function guessClientExtension()
* 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
*/
Expand Down
Expand Up @@ -32,7 +32,7 @@
*
* @see UserInterface
* @see AccountStatusException
* @deprecated since version 4.1
* @deprecated since Symfony 4.1
*
* @author Fabien Potencier <fabien@symfony.com>
*/
Expand Down

0 comments on commit aab5772

Please sign in to comment.