X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient029.phpt;fp=tests%2Fclient029.phpt;h=1c8dc4f3528700708d342f08478461847e1fc591;hp=70f1005e6a3114f19800484d0a409584948c2c79;hb=faf7a7899fa8ffb24f8105a921f359d6b97ec34e;hpb=06e6ed638087fb1f8ee2a5c950c7bd71d4b12eef diff --git a/tests/client029.phpt b/tests/client029.phpt index 70f1005..1c8dc4f 100644 --- a/tests/client029.phpt +++ b/tests/client029.phpt @@ -25,7 +25,7 @@ class UserHandler implements http\Client\Curl\User $this->client = $client; } - function init(callable $run) { + function init($run) { $this->run = $run; }