X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient028.phpt;h=27ab2b646f37703f78ba9ed375726aab7f3bf2b6;hp=4678bcca8b3f4069b7c7a1861e9dc46d3aed00f4;hb=43a9a6f8cb56e25c3770d652ce77045f89f68ca6;hpb=a1d6c90d8630ec1385f10052656d129498720adf diff --git a/tests/client028.phpt b/tests/client028.phpt index 4678bcc..27ab2b6 100644 --- a/tests/client028.phpt +++ b/tests/client028.phpt @@ -29,12 +29,12 @@ class UserHandler implements http\Client\Curl\User $this->run = $run; } - function timer($timeout_ms) { + function timer(int $timeout_ms) { echo "T"; $this->timeout = $timeout_ms; } - function socket($socket, $action) { + function socket($socket, int $action) { echo "S"; switch ($action) { @@ -80,7 +80,7 @@ class UserHandler implements http\Client\Curl\User return count($this->client); } - function wait($timeout_ms = null) { + function wait(int $timeout_ms = null) { echo "W"; if ($timeout_ms === null) {