Skip to content

Commit

Permalink
Merge pull request #132 from ThobsChoucroute/ThobsChoucroute-patch-1
Browse files Browse the repository at this point in the history
Add type hint to fix deprecation message
  • Loading branch information
freekmurze authored Jan 22, 2025
2 parents fa463a2 + 943a863 commit 2b2b2b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/CheckCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ protected function handleFinishedChecks()
$finishedChecks->each->handleFinishedProcess();
}

/**
* @return int
*/
public function count()
public function count(): int
{
return count($this->pendingChecks);
}
Expand Down

0 comments on commit 2b2b2b9

Please sign in to comment.