Skip to content

Commit 2b2b2b9

Browse files
authored
Merge pull request #132 from ThobsChoucroute/ThobsChoucroute-patch-1
Add type hint to fix deprecation message
2 parents fa463a2 + 943a863 commit 2b2b2b9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/CheckCollection.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ protected function handleFinishedChecks()
5757
$finishedChecks->each->handleFinishedProcess();
5858
}
5959

60-
/**
61-
* @return int
62-
*/
63-
public function count()
60+
public function count(): int
6461
{
6562
return count($this->pendingChecks);
6663
}

0 commit comments

Comments
 (0)