Skip to content

Commit 7fb7c7c

Browse files
authored
Merge pull request #844 from Automattic/feature/docs-remove-incorrect-since-tags
2 parents fe2eaf3 + 6329f71 commit 7fb7c7c

File tree

8 files changed

+0
-17
lines changed

8 files changed

+0
-17
lines changed

WordPressVIPMinimum/Sniffs/Performance/NoPagingSniff.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* Flag returning high or infinite posts_per_page.
1616
*
1717
* @link https://docs.wpvip.com/technical-references/code-review/#no-limit-queries
18-
*
19-
* @since 0.5.0
2018
*/
2119
class NoPagingSniff extends AbstractArrayAssignmentRestrictionsSniff {
2220

WordPressVIPMinimum/Sniffs/Performance/OrderByRandSniff.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
* Flag using orderby => rand.
1717
*
1818
* @link https://docs.wpvip.com/technical-references/code-review/vip-errors/#h-order-by-rand
19-
*
20-
* @since 0.5.0
2119
*/
2220
class OrderByRandSniff extends AbstractArrayAssignmentRestrictionsSniff {
2321

WordPressVIPMinimum/Sniffs/UserExperience/AdminBarRemovalSniff.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* Discourages removal of the admin bar.
1919
*
2020
* @link https://docs.wpvip.com/technical-references/code-review/vip-warnings/#h-removing-the-admin-bar
21-
*
22-
* @since 0.5.0
2321
*/
2422
class AdminBarRemovalSniff extends AbstractFunctionParameterSniff {
2523

WordPressVIPMinimum/Sniffs/Variables/RestrictedVariablesSniff.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
/**
1515
* Restricts usage of some variables in VIP context.
16-
*
17-
* @since 0.5.0
1816
*/
1917
class RestrictedVariablesSniff extends AbstractVariableRestrictionsSniff {
2018

WordPressVIPMinimum/Tests/Performance/NoPagingUnitTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
/**
1313
* Unit test class for the NoPaging sniff.
1414
*
15-
* @since 0.5.0
16-
*
1715
* @covers \WordPressVIPMinimum\Sniffs\Performance\NoPagingSniff
1816
*/
1917
class NoPagingUnitTest extends AbstractSniffUnitTest {

WordPressVIPMinimum/Tests/Performance/OrderByRandUnitTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
/**
1313
* Unit test class for the OrderByRand sniff.
1414
*
15-
* @since 0.5.0
16-
*
1715
* @covers \WordPressVIPMinimum\Sniffs\Performance\OrderByRandSniff
1816
*/
1917
class OrderByRandUnitTest extends AbstractSniffUnitTest {

WordPressVIPMinimum/Tests/UserExperience/AdminBarRemovalUnitTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
/**
1313
* Unit test class for the AdminBarRemoval sniff.
1414
*
15-
* @since 0.5.0
16-
*
1715
* @covers \WordPressVIPMinimum\Sniffs\UserExperience\AdminBarRemovalSniff
1816
*/
1917
class AdminBarRemovalUnitTest extends AbstractSniffUnitTest {

WordPressVIPMinimum/Tests/Variables/RestrictedVariablesUnitTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
/**
1313
* Unit test class for the VIP_RestrictedVariables sniff.
1414
*
15-
* @since 0.3.0
16-
* @since 0.13.0 Class name changed: this class is now namespaced.
17-
*
1815
* @covers \WordPressVIPMinimum\Sniffs\Variables\RestrictedVariablesSniff
1916
*/
2017
class RestrictedVariablesUnitTest extends AbstractSniffUnitTest {

0 commit comments

Comments
 (0)