8000 reword some deprecation messages · src-run/symfony@86fe181 · GitHub
[go: up one dir, main page]

Skip to content

Commit 86fe181

Browse files
committed
reword some deprecation messages
1 parent d79c528 commit 86fe181

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
1515

1616
/**
17-
* @deprecated since version 4.1
17+
* @deprecated since Symfony 4.1
1818
*
1919
* @author Fabien Potencier <fabien@symfony.com>
2020
*/

src/Symfony/Component/HttpFoundation/File/UploadedFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public function guessClientExtension()
145145
* It is extracted from the request from which the file has been uploaded.
146146
* Then it should not be considered as a safe value.
147147
*
148-
* @deprecated since 4.1, use getSize() instead.
148+
* @deprecated since Symfony 4.1, use getSize() instead.
149149
*
150150
* @return int|null The file sizes
151151
*/

src/Symfony/Component/Security/Core/User/AdvancedUserInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
* @see UserInterface
3434
* @see AccountStatusException
35-
* @deprecated since version 4.1
35+
* @deprecated since Symfony 4.1
3636
*
3737
* @author Fabien Potencier <fabien@symfony.com>
3838
*/

0 commit comments

Comments
 (0)
0