Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
fixed PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelandrieu committed Sep 4, 2021
1 parent 32524ae commit edbe307
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Systems/MainSystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ private static function validate(array $settings): bool
);
}

/**
* @var int $timeout Timeout in milliseconds
*/
private static function validateTimeout(int $timeout): bool
{
// @doc https://www.php.net/manual/info.configuration.php the timeout is in seconds
Expand Down

0 comments on commit edbe307

Please sign in to comment.