Skip to content

Commit c75381f

Browse files
committed
Using proper WPCS version in backward compatibility comment
/s/0.1.3/0.13.1
1 parent 5610c58 commit c75381f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressVIPMinimum/Sniffs/Classes/DeclarationCompatibilitySniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
use PHP_CodeSniffer_File as File;
1111

12-
// WPCS pre 0.1.3 backwardcompatibility.
12+
// WPCS pre 0.13.1 backwardcompatibility.
1313
if ( ! class_exists( '\PHP_CodeSniffer_Standards_AbstractScopeSniff' ) ) {
1414
class_alias( 'PHP_CodeSniffer\Sniffs\AbstractScopeSniff', '\PHP_CodeSniffer_Standards_AbstractScopeSniff' );
1515
}

0 commit comments

Comments
 (0)