Skip to content

Commit c2c1cb7

Browse files
author
Hugo Hamon
committed
Normalized @deprecated annotations.
1 parent 735ff17 commit c2c1cb7

15 files changed

+18
-18
lines changed

Debug/ErrorHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @author Fabien Potencier <[email protected]>
2222
*
23-
* @deprecated Deprecated in 2.3, to be removed in 3.0. Use the same class from the Debug component instead.
23+
* @deprecated since version 2.3, to be removed in 3.0. Use the same class from the Debug component instead.
2424
*/
2525
class ErrorHandler extends DebugErrorHandler
2626
{

Debug/ExceptionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @author Fabien Potencier <[email protected]>
2222
*
23-
* @deprecated Deprecated in 2.3, to be removed in 3.0. Use the same class from the Debug component instead.
23+
* @deprecated since version 2.3, to be removed in 3.0. Use the same class from the Debug component instead.
2424
*/
2525
class ExceptionHandler extends DebugExceptionHandler
2626
{

Debug/TraceableEventDispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class TraceableEventDispatcher extends BaseTraceableEventDispatcher
3434
*
3535
* @param Profiler|null $profiler A Profiler instance
3636
*
37-
* @deprecated Deprecated since version 2.4, to be removed in 3.0.
37+
* @deprecated since version 2.4, to be removed in 3.0.
3838
*/
3939
public function setProfiler(Profiler $profiler = null)
4040
{

EventListener/EsiListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Fabien Potencier <[email protected]>
2020
*
21-
* @deprecated Deprecated since version 2.6, to be removed in 3.0. Use SurrogateListener instead
21+
* @deprecated since version 2.6, to be removed in 3.0. Use SurrogateListener instead
2222
*/
2323
class EsiListener extends SurrogateListener
2424
{

EventListener/LocaleListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function __construct($defaultLocale = 'en', RequestContextAwareInterface
5454
*
5555
* @param Request|null $request A Request instance
5656
*
57-
* @deprecated Deprecated since version 2.4, to be removed in 3.0.
57+
* @deprecated since version 2.4, to be removed in 3.0.
5858
*/
5959
public function setRequest(Request $request = null)
6060
{

EventListener/ProfilerListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function onKernelException(GetResponseForExceptionEvent $event)
8080
}
8181

8282
/**
83-
* @deprecated Deprecated since version 2.4, to be removed in 3.0.
83+
* @deprecated since version 2.4, to be removed in 3.0.
8484
*/
8585
public function onKernelRequest(GetResponseEvent $event)
8686
{

EventListener/RouterListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function __construct($matcher, RequestContext $context = null, LoggerInte
8282
*
8383
* @param Request|null $request A Request instance
8484
*
85-
* @deprecated Deprecated since version 2.4, to be moved to a private function in 3.0.
85+
* @deprecated since version 2.4, to be moved to a private function in 3.0.
8686
*/
8787
public function setRequest(Request $request = null)
8888
{

Exception/FatalErrorException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
*
1919
* @author Konstanton Myakshin <[email protected]>
2020
*
21-
* @deprecated Deprecated in 2.3, to be removed in 3.0. Use the same class from the Debug component instead.
21+
* @deprecated since version 2.3, to be removed in 3.0. Use the same class from the Debug component instead.
2222
*/
2323
class_exists('Symfony\Component\Debug\Exception\FatalErrorException');

Exception/FlattenException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
*
2121
* @author Fabien Potencier <[email protected]>
2222
*
23-
* @deprecated Deprecated in 2.3, to be removed in 3.0. Use the same class from the Debug component instead.
23+
* @deprecated since version 2.3, to be removed in 3.0. Use the same class from the Debug component instead.
2424
*/
2525
class_exists('Symfony\Component\Debug\Exception\FlattenException');

Fragment/FragmentHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function addRenderer(FragmentRendererInterface $renderer)
7676
*
7777
* @param Request|null $request A Request instance
7878
*
79-
* @deprecated Deprecated since version 2.4, to be removed in 3.0.
79+
* @deprecated since version 2.4, to be removed in 3.0.
8080
*/
8181
public function setRequest(Request $request = null)
8282
{

0 commit comments

Comments
 (0)