x Sorry, these patches are not available anymore due to data migration. Please run a fresh inspection.
Completed
Push — master ( 9ea59e...87cf80 )
by H
02:04
created
src/Classification.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
             if (!isset($o[$groupLabel])) {
45 45
                 $o[$groupLabel] = [];
46 46
             }
47
-            $o[$groupLabel][$value['code']]= $value['code'].' '.$value['name'];
47
+            $o[$groupLabel][$value['code']] = $value['code'].' '.$value['name'];
48 48
         }
49 49
         return $o;
50 50
     }
Please login to merge, or discard this patch.