X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient029.phpt;h=fc4250048f287a863c6db240646ed76f519bbee3;hp=2ed6d7934c36773a9fdbcd2d635bb4ab84970289;hb=76b679d046ac10c00eb13da217f2adaaad580251;hpb=e8ff1c1db343e8862ff436381a9b6ba01a60a4fa diff --git a/tests/client029.phpt b/tests/client029.phpt index 2ed6d79..fc42500 100644 --- a/tests/client029.phpt +++ b/tests/client029.phpt @@ -23,7 +23,7 @@ class UserHandler implements http\Client\Curl\User $this->client = $client; } - function init(callable $run) { + function init($run) { $this->run = $run; }