Skip to content

Commit 829d3d9

Browse files
committed
Zend.Debug.CodeAnalyzer: soft deprecate the sniff
See 58. This commit _soft_ deprecates the sniffs with a `@deprecated` annotation. This will get a mention in the changelog. Hard deprecation will follow in a future 3.x minor as per 188.
1 parent ccbbd71 commit 829d3d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Standards/Zend/Sniffs/Debug/CodeAnalyzerSniff.php

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* @author Greg Sherwood <[email protected]>
77
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
88
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
9+
*
10+
* @deprecated 3.9.0
911
*/
1012

1113
namespace PHP_CodeSniffer\Standards\Zend\Sniffs\Debug;

0 commit comments

Comments
 (0)