We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36258c8 commit adadd03Copy full SHA for adadd03
tests/Acceptance/PubNubContext.php
@@ -44,7 +44,7 @@ public function after(AfterScenarioScope $scope): void
44
curl_close($ch);
45
}
46
47
- protected function waitForServer()
+ protected function waitForServer(): void
48
{
49
50
for ($i = 1; $i <= $this->retryLimit; $i++) {
0 commit comments