Skip to content

Commit

Permalink
Fix PHPStan violation.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Oct 31, 2023
1 parent 3d193b6 commit 6353199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Checker/Default_Check_Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function include( array $check_slugs ): Check_Collection {
$checks[ $slug ] = $check;
}

return new static( $checks );
return new self( $checks );
}

/**
Expand Down

0 comments on commit 6353199

Please sign in to comment.