Passed
Push — master ( 67ba7a...464886 )
by Mehmet
04:18
created
src/ReJSON/Command/Get.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,12 +15,12 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.