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