Skip to content

Commit adadd03

Browse files
committedMar 11, 2025
missed the type here
1 parent 36258c8 commit adadd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/Acceptance/PubNubContext.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function after(AfterScenarioScope $scope): void
4444
curl_close($ch);
4545
}
4646

47-
protected function waitForServer()
47+
protected function waitForServer(): void
4848
{
4949

5050
for ($i = 1; $i <= $this->retryLimit; $i++) {

0 commit comments

Comments
 (0)