Skip to content

Commit 8d00b11

Browse files
[Debug] track and report deprecated classes and interfaces
1 parent 190fe2d commit 8d00b11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HttpCache/EsiResponseCacheStrategyInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* @author Fabien Potencier <[email protected]>
2323
*
24-
* @deprecated Deprecated since version 2.6, to be removed in 3.0. Use ResponseCacheStrategyInterface instead
24+
* @deprecated since version 2.6, to be removed in 3.0. Use ResponseCacheStrategyInterface instead.
2525
*/
2626
interface EsiResponseCacheStrategyInterface extends ResponseCacheStrategyInterface
2727
{

Log/LoggerInterface.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 since 2.2, to be removed in 3.0. Type-hint \Psr\Log\LoggerInterface instead.
21+
* @deprecated since version 2.2, to be removed in 3.0. Type-hint \Psr\Log\LoggerInterface instead.
2222
*
2323
* @api
2424
*/

0 commit comments

Comments
 (0)