@@ -15,12 +15,12 @@ |
||
| 15 | 15 | string $key, |
| 16 | 16 | array $paths |
| 17 | 17 | ) { |
| 18 | - $paths = array_map(function (Path $path) { |
|
| 18 | + $paths = array_map(function(Path $path) { |
|
| 19 | 19 | return $path->getPath(); |
| 20 | 20 | }, $paths); |
| 21 | 21 | $this->arguments = [$key]; |
| 22 | 22 | $this->arguments = array_merge($this->arguments, $paths); |
| 23 | - $this->responseCallback = function ($result) { |
|
| 23 | + $this->responseCallback = function($result) { |
|
| 24 | 24 | if ($result) { |
| 25 | 25 | return json_decode($result); |
| 26 | 26 | } |