From edbe307fcb3893d97b17e6b85660769be9cd2ed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Andrieu?= Date: Sat, 4 Sep 2021 15:15:12 +0200 Subject: [PATCH] fixed PHPDoc --- src/Systems/MainSystem.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Systems/MainSystem.php b/src/Systems/MainSystem.php index 2a018db..0f2a3d3 100644 --- a/src/Systems/MainSystem.php +++ b/src/Systems/MainSystem.php @@ -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