Merge branch 'v2.6.x'
[m6w6/ext-http] / tests / client029.phpt
index 70f1005e6a3114f19800484d0a409584948c2c79..1c8dc4f3528700708d342f08478461847e1fc591 100644 (file)
@@ -25,7 +25,7 @@ class UserHandler implements http\Client\Curl\User
                $this->client = $client;
        }
        
-       function init(callable $run) {
+       function init($run) {
                $this->run = $run;
        }