Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 18, 2024
1 parent 47aa368 commit e8a4f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ protected function configure(array $options): void
*
* @param float $maxSeconds the maximum amount of time to wait for data, in seconds
*
* @return ?bool Returns true if data is available, false if the wait timed out, and null on error.
* @return ?bool returns true if data is available, false if the wait timed out, and null on error
*/
public function waitForData(float $maxSeconds): ?bool
{
Expand Down

0 comments on commit e8a4f34

Please sign in to comment.