Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions WordPressVIPMinimum/Sniffs/Performance/NoPagingSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* Flag returning high or infinite posts_per_page.
*
* @link https://docs.wpvip.com/technical-references/code-review/#no-limit-queries
*
* @since 0.5.0
*/
class NoPagingSniff extends AbstractArrayAssignmentRestrictionsSniff {

Expand Down
2 changes: 0 additions & 2 deletions WordPressVIPMinimum/Sniffs/Performance/OrderByRandSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
* Flag using orderby => rand.
*
* @link https://docs.wpvip.com/technical-references/code-review/vip-errors/#h-order-by-rand
*
* @since 0.5.0
*/
class OrderByRandSniff extends AbstractArrayAssignmentRestrictionsSniff {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
* Discourages removal of the admin bar.
*
* @link https://docs.wpvip.com/technical-references/code-review/vip-warnings/#h-removing-the-admin-bar
*
* @since 0.5.0
*/
class AdminBarRemovalSniff extends AbstractFunctionParameterSniff {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

/**
* Restricts usage of some variables in VIP context.
*
* @since 0.5.0
*/
class RestrictedVariablesSniff extends AbstractVariableRestrictionsSniff {

Expand Down
2 changes: 0 additions & 2 deletions WordPressVIPMinimum/Tests/Performance/NoPagingUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Unit test class for the NoPaging sniff.
*
* @since 0.5.0
*
* @covers \WordPressVIPMinimum\Sniffs\Performance\NoPagingSniff
*/
class NoPagingUnitTest extends AbstractSniffUnitTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Unit test class for the OrderByRand sniff.
*
* @since 0.5.0
*
* @covers \WordPressVIPMinimum\Sniffs\Performance\OrderByRandSniff
*/
class OrderByRandUnitTest extends AbstractSniffUnitTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/**
* Unit test class for the AdminBarRemoval sniff.
*
* @since 0.5.0
*
* @covers \WordPressVIPMinimum\Sniffs\UserExperience\AdminBarRemovalSniff
*/
class AdminBarRemovalUnitTest extends AbstractSniffUnitTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
/**
* Unit test class for the VIP_RestrictedVariables sniff.
*
* @since 0.3.0
* @since 0.13.0 Class name changed: this class is now namespaced.
*
* @covers \WordPressVIPMinimum\Sniffs\Variables\RestrictedVariablesSniff
*/
class RestrictedVariablesUnitTest extends AbstractSniffUnitTest {
Expand Down