-
-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated
@since
tags for 2014-12-11
release to 0.3.0
.
- Loading branch information
Showing
48 changed files
with
48 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
* @since 0.10.0 Class became a proper abstract class. This was already the behaviour. | ||
* Moved the file and renamed the class from | ||
* `WordPress_Sniffs_Arrays_ArrayAssignmentRestrictionsSniff` to | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
* @since 0.10.0 Class became a proper abstract class. This was already the behaviour. | ||
* Moved the file and renamed the class from | ||
* `WordPress_Sniffs_Functions_FunctionRestrictionsSniff` to | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
* @since 0.10.0 Class became a proper abstract class. This was already the behaviour. | ||
* Moved the file and renamed the class from | ||
* `WordPress_Sniffs_Variables_VariableRestrictionsSniff` to | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
* @deprecated 0.10.0 The functionality which used to be contained in this class has been moved to | ||
* the WordPress_AbstractArrayAssignmentRestrictionsSniff class. | ||
* This class is left here to prevent backward-compatibility breaks for | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
* @since 0.7.0 This sniff now has the ability to fix a number of the issues it flags. | ||
*/ | ||
class WordPress_Sniffs_Arrays_ArrayKeySpacingRestrictionsSniff implements PHP_CodeSniffer_Sniff { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
* @deprecated 0.10.0 The functionality which used to be contained in this class has been moved to | ||
* the WordPress_AbstractFunctionRestrictionsSniff class. | ||
* This class is left here to prevent backward-compatibility breaks for | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Sniffs_VIP_AdminBarRemovalSniff implements PHP_CodeSniffer_Sniff { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Sniffs_VIP_CronIntervalSniff implements PHP_CodeSniffer_Sniff { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
* @since 0.6.0 Removed the add_unique_message() function as it is no longer needed. | ||
*/ | ||
class WordPress_Sniffs_VIP_DirectDatabaseQuerySniff implements PHP_CodeSniffer_Sniff { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Sniffs_VIP_FileSystemWritesDisallowSniff extends Generic_Sniffs_PHP_ForbiddenFunctionsSniff { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Sniffs_VIP_PluginMenuSlugSniff implements PHP_CodeSniffer_Sniff { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Sniffs_VIP_PostsPerPageSniff extends WordPress_AbstractArrayAssignmentRestrictionsSniff { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
* @since 0.10.0 The checks for `extract()` and the POSIX functions have been replaced by | ||
* the stand-alone sniffs WordPress_Sniffs_Functions_DontExtractSniff and | ||
* WordPress_Sniffs_PHP_POSIXFunctionsSniff respectively. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Sniffs_VIP_RestrictedVariablesSniff extends WordPress_AbstractVariableRestrictionsSniff { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Sniffs_VIP_SessionFunctionsUsageSniff extends Generic_Sniffs_PHP_ForbiddenFunctionsSniff { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
* @since 0.10.0 The sniff no longer needlessly extends the Generic_Sniffs_PHP_ForbiddenFunctionsSniff | ||
* which it didn't use. | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Sniffs_VIP_SlowDBQuerySniff extends WordPress_AbstractArrayAssignmentRestrictionsSniff { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
* @since 0.4.0 This class now extends WordPress_Sniff. | ||
*/ | ||
class WordPress_Sniffs_VIP_SuperGlobalInputUsageSniff extends WordPress_Sniff { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Sniffs_VIP_TimezoneChangeSniff extends Generic_Sniffs_PHP_ForbiddenFunctionsSniff { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
* @since 0.4.0 This class now extends WordPress_Sniff. | ||
* @since 0.5.0 Method getArrayIndexKey() has been moved to WordPress_Sniff. | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
* @since 0.4.0 This class now extends WordPress_Sniff. | ||
*/ | ||
class WordPress_Sniffs_Variables_GlobalVariablesSniff extends WordPress_Sniff { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
* @deprecated 0.10.0 The functionality which used to be contained in this class has been moved to | ||
* the WordPress_AbstractVariableRestrictionsSniff class. | ||
* This class is left here to prevent backward-compatibility breaks for | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Sniffs_WP_EnqueuedResourcesSniff implements PHP_CodeSniffer_Sniff { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
* @author John Godley <[email protected]> | ||
* | ||
* @since 0.1.0 | ||
* @since 2014-12-11 This sniff now has the ability to fix the issues it flags. | ||
* @since 0.3.0 This sniff now has the ability to fix the issues it flags. | ||
* | ||
* Last synced with base class December 2008 at commit f01746fd1c89e98174b16c76efd325825eb58bf1. | ||
* @link https://github.com/squizlabs/PHP_CodeSniffer/blob/master/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/OperatorSpacingSniff.php | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* | ||
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Tests_Arrays_ArrayAssignmentRestrictionsUnitTest extends AbstractSniffUnitTest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* | ||
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Tests_Arrays_ArrayKeySpacingRestrictionsUnitTest extends AbstractSniffUnitTest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* | ||
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Tests_VIP_AdminBarRemovalUnitTest extends AbstractSniffUnitTest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* | ||
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Tests_VIP_CronIntervalUnitTest extends AbstractSniffUnitTest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* | ||
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Tests_VIP_DirectDatabaseQueryUnitTest extends AbstractSniffUnitTest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* | ||
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Tests_VIP_FileSystemWritesDisallowUnitTest extends AbstractSniffUnitTest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* | ||
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Tests_VIP_PluginMenuSlugUnitTest extends AbstractSniffUnitTest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* | ||
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Tests_VIP_PostsPerPageUnitTest extends AbstractSniffUnitTest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* | ||
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Tests_VIP_RestrictedFunctionsUnitTest extends AbstractSniffUnitTest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* | ||
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Tests_VIP_RestrictedVariablesUnitTest extends AbstractSniffUnitTest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* | ||
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Tests_VIP_SessionFunctionsUsageUnitTest extends AbstractSniffUnitTest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* | ||
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Tests_VIP_SessionVariableUsageUnitTest extends AbstractSniffUnitTest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* | ||
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Tests_VIP_SlowDBQueryUnitTest extends AbstractSniffUnitTest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* | ||
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Tests_VIP_SuperGlobalInputUsageUnitTest extends AbstractSniffUnitTest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* | ||
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Tests_VIP_TimezoneChangeUnitTest extends AbstractSniffUnitTest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* | ||
* @package PHP\CodeSniffer\WordPress-Coding-Standards | ||
* @author Shady Sharaf <[email protected]> | ||
* @since 2014-12-11 | ||
* @since 0.3.0 | ||
*/ | ||
class WordPress_Tests_VIP_ValidatedSanitizedInputUnitTest extends AbstractSniffUnitTest { | ||
|
||
|
Oops, something went wrong.