Passed
Push — master ( 2ffa08...794594 )
by Adrian
01:44
created
src/Manticoresearch/Response/SqlToArray.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
         $response = parent::getResponse();
12 12
         if (isset($response['columns'], $response['data'])) {
13 13
             $data = [];
14
-            array_walk($response['columns'], static function (&$value, $key) {
14
+            array_walk($response['columns'], static function(&$value, $key) {
15 15
                 $value = array_keys($value)[0];
16 16
             });
17 17
             foreach ($response['data'] as $property) {
Please login to merge, or discard this patch.