attempt to fix that HTTP/2 nonsense
[m6w6/ext-http] / tests / client029.phpt
index 2ed6d7934c36773a9fdbcd2d635bb4ab84970289..fc4250048f287a863c6db240646ed76f519bbee3 100644 (file)
@@ -23,7 +23,7 @@ class UserHandler implements http\Client\Curl\User
                $this->client = $client;
        }
        
-       function init(callable $run) {
+       function init($run) {
                $this->run = $run;
        }