Skip to content

Commit

Permalink
Add missing full-stop
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Nov 6, 2023
1 parent f1fc869 commit 50775af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Checker/Abstract_Check_Runner.php
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ final public function get_checks_to_run() {

$collection = $this->check_repository->get_checks( $check_flags )
->include( $check_slugs ) // Ensures only the checks with the given slugs are included.
->exclude( $excluded_checks ); // Exclude provided checks from list
->exclude( $excluded_checks ); // Exclude provided checks from list.

// Filters the checks by specific categories.
$categories = $this->get_categories();
Expand Down

0 comments on commit 50775af

Please sign in to comment.