Skip to content

Commit c4df70b

Browse files
[Debug] track and report deprecated classes and interfaces
1 parent 24b3fbc commit c4df70b

9 files changed

+9
-9
lines changed

ClassBasedInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Bernhard Schussek <[email protected]>
2020
*
21-
* @deprecated Deprecated since version 2.5, to be removed in Symfony 3.0.
21+
* @deprecated since version 2.5, to be removed in Symfony 3.0.
2222
* Use {@link Mapping\ClassMetadataInterface} instead.
2323
*/
2424
interface ClassBasedInterface

ExecutionContextInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
*
8686
* @api
8787
*
88-
* @deprecated Deprecated since version 2.5, to be removed in Symfony 3.0.
88+
* @deprecated since version 2.5, to be removed in Symfony 3.0.
8989
* Use {@link Context\ExecutionContextInterface} instead.
9090
*/
9191
interface ExecutionContextInterface

GlobalExecutionContextInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
* @author Bernhard Schussek <[email protected]>
3131
*
32-
* @deprecated Deprecated since version 2.5, to be removed in Symfony 3.0.
32+
* @deprecated since version 2.5, to be removed in Symfony 3.0.
3333
* Use {@link Context\ExecutionContextInterface} instead.
3434
*/
3535
interface GlobalExecutionContextInterface

MetadataFactoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Bernhard Schussek <[email protected]>
2020
*
21-
* @deprecated Deprecated since version 2.5, to be removed in Symfony 3.0.
21+
* @deprecated since version 2.5, to be removed in Symfony 3.0.
2222
* Use {@link Mapping\Factory\MetadataFactoryInterface} instead.
2323
*/
2424
interface MetadataFactoryInterface

MetadataInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
*
4545
* @author Bernhard Schussek <[email protected]>
4646
*
47-
* @deprecated Deprecated since version 2.5, to be removed in Symfony 3.0.
47+
* @deprecated since version 2.5, to be removed in Symfony 3.0.
4848
* Use {@link Mapping\MetadataInterface} instead.
4949
*/
5050
interface MetadataInterface

PropertyMetadataContainerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Bernhard Schussek <[email protected]>
2020
*
21-
* @deprecated Deprecated since version 2.5, to be removed in Symfony 3.0.
21+
* @deprecated since version 2.5, to be removed in Symfony 3.0.
2222
* Use {@link Mapping\ClassMetadataInterface} instead.
2323
*/
2424
interface PropertyMetadataContainerInterface

PropertyMetadataInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
* @see MetadataInterface
2828
*
29-
* @deprecated Deprecated since version 2.5, to be removed in Symfony 3.0.
29+
* @deprecated since version 2.5, to be removed in Symfony 3.0.
3030
* Use {@link Mapping\PropertyMetadataInterface} instead.
3131
*/
3232
interface PropertyMetadataInterface extends MetadataInterface

ValidationVisitorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*
3737
* @author Bernhard Schussek <[email protected]>
3838
*
39-
* @deprecated Deprecated since version 2.5, to be removed in Symfony 3.0.
39+
* @deprecated since version 2.5, to be removed in Symfony 3.0.
4040
*/
4141
interface ValidationVisitorInterface
4242
{

ValidatorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @api
2222
*
23-
* @deprecated Deprecated since version 2.5, to be removed in Symfony 3.0.
23+
* @deprecated since version 2.5, to be removed in Symfony 3.0.
2424
* Use {@link Validator\ValidatorInterface} instead.
2525
*/
2626
interface ValidatorInterface

0 commit comments

Comments
 (0)