Skip to content

Commit

Permalink
Updated @since tags for 2014-12-11 release to 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Aug 3, 2016
1 parent 23f0ae9 commit 26fffa2
Show file tree
Hide file tree
Showing 48 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion WordPress/AbstractArrayAssignmentRestrictionsSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion WordPress/AbstractFunctionRestrictionsSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion WordPress/AbstractVariableRestrictionsSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion WordPress/Sniffs/Functions/FunctionRestrictionsSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion WordPress/Sniffs/PHP/YodaConditionsSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @package PHP\CodeSniffer\WordPress-Coding-Standards
* @author Matt Robinson
*
* @since 2014-12-11
* @since 0.3.0
*/
class WordPress_Sniffs_PHP_YodaConditionsSniff implements PHP_CodeSniffer_Sniff {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Sniffs/VIP/AdminBarRemovalSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Sniffs/VIP/CronIntervalSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Sniffs/VIP/DirectDatabaseQuerySniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion WordPress/Sniffs/VIP/FileSystemWritesDisallowSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Sniffs/VIP/PluginMenuSlugSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Sniffs/VIP/PostsPerPageSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Sniffs/VIP/RestrictedFunctionsSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion WordPress/Sniffs/VIP/RestrictedVariablesSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Sniffs/VIP/SessionFunctionsUsageSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Sniffs/VIP/SessionVariableUsageSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion WordPress/Sniffs/VIP/SlowDBQuerySniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Sniffs/VIP/SuperGlobalInputUsageSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion WordPress/Sniffs/VIP/TimezoneChangeSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Sniffs/VIP/ValidatedSanitizedInputSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion WordPress/Sniffs/Variables/GlobalVariablesSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion WordPress/Sniffs/Variables/VariableRestrictionsSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion WordPress/Sniffs/WP/EnqueuedResourcesSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Sniffs/WhiteSpace/CastStructureSpacingSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @package PHP\CodeSniffer\WordPress-Coding-Standards
* @author Matt Robinson
*
* @since 2014-12-11
* @since 0.3.0
*
* Last synced with base class ?[unknown date]? at commit ?[unknown commit]?.
* @link https://github.com/squizlabs/PHP_CodeSniffer/blob/master/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/CastSpacingSniff.php
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @since 0.1.0
* @since 2013-06-11 This sniff no longer supports JS.
* @since 2014-12-11 This sniff now has the ability to fix most errors it flags.
* @since 0.3.0 This sniff now has the ability to fix most errors it flags.
* @since 0.7.0 This class now extends WordPress_Sniff.
*
* Last synced with base class ?[unknown date]? at commit ?[unknown commit]?.
Expand Down
2 changes: 1 addition & 1 deletion WordPress/Sniffs/WhiteSpace/OperatorSpacingSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Tests/PHP/YodaConditionsUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @package PHP\CodeSniffer\WordPress-Coding-Standards
* @author Matt Robinson
* @since 2014-12-11
* @since 0.3.0
*/
class WordPress_Tests_PHP_YodaConditionsUnitTest extends AbstractSniffUnitTest {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Tests/VIP/AdminBarRemovalUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Tests/VIP/CronIntervalUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Tests/VIP/DirectDatabaseQueryUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Tests/VIP/FileSystemWritesDisallowUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Tests/VIP/PluginMenuSlugUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Tests/VIP/PostsPerPageUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Tests/VIP/RestrictedFunctionsUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Tests/VIP/RestrictedVariablesUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Tests/VIP/SessionFunctionsUsageUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Tests/VIP/SessionVariableUsageUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Tests/VIP/SlowDBQueryUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Tests/VIP/SuperGlobalInputUsageUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Tests/VIP/TimezoneChangeUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Tests/VIP/ValidatedSanitizedInputUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
Loading

0 comments on commit 26fffa2

Please sign in to comment.