Skip to content

Commit

Permalink
Fix PHPCS violations.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Oct 31, 2023
1 parent bda5ad0 commit 3d193b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions includes/Checker/Check_Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public function to_map(): array;
*
* @since n.e.x.t
*
* @param array $check_slugs List of slugs to limit to only those. If empty, the same collection is returned.
* @return Check_Collection New check collection, effectively a subset of this one.
*/
public function include( array $check_slugs ): Check_Collection;
Expand Down
2 changes: 1 addition & 1 deletion includes/Checker/Default_Check_Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
namespace WordPress\Plugin_Check\Checker;

use ArrayIterator;
use Exception;
use Traversable;

/**
Expand Down Expand Up @@ -75,6 +74,7 @@ public function to_map(): array {
*
* @since n.e.x.t
*
* @param array $check_slugs List of slugs to limit to only those. If empty, the same collection is returned.
* @return Check_Collection New check collection, effectively a subset of this one.
*/
public function include( array $check_slugs ): Check_Collection {
Expand Down

0 comments on commit 3d193b6

Please sign in to comment.