@@ -47,6 +47,9 @@ |
||
47 | 47 | return is_array($data) ? $response : $response[0]; |
48 | 48 | } |
49 | 49 | |
50 | + /** |
|
51 | + * @param Runner $runner |
|
52 | + */ |
|
50 | 53 | private function process($runner, $rpc) |
51 | 54 | { |
52 | 55 | if (!property_exists($rpc, 'job')) { |