Skip to content

Commit

Permalink
Update versions for class and methods
Browse files Browse the repository at this point in the history
  • Loading branch information
ernilambar committed Jun 25, 2024
1 parent 53dbf24 commit cc8bc0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/Checker/Checks/Enqueued_Resources_Check.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* Check for running WordPress enqueued resources sniffs.
*
* @since n.e.x.t
* @since 1.0.2
*/
class Enqueued_Resources_Check extends Abstract_PHP_CodeSniffer_Check {

Expand All @@ -24,7 +24,7 @@ class Enqueued_Resources_Check extends Abstract_PHP_CodeSniffer_Check {
*
* Every check must have at least one category.
*
* @since n.e.x.t
* @since 1.0.2
*
* @return array The categories for the check.
*/
Expand All @@ -35,7 +35,7 @@ public function get_categories() {
/**
* Returns an associative array of arguments to pass to PHPCS.
*
* @since n.e.x.t
* @since 1.0.2
*
* @return array An associative array of PHPCS CLI arguments.
*/
Expand Down

0 comments on commit cc8bc0f

Please sign in to comment.