Passed
Push — master ( bdcaa1...10a191 )
by Nils
02:26
created
src/Result/Format/Koality/KoalityFormat.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
             /** @var string $group */
79 79
             $group = $resultArray['group'];
80 80
 
81
-            if($group) {
81
+            if ($group) {
82 82
                 $details[$identifier]['group'] = $group;
83 83
             }
84 84
 
Please login to merge, or discard this patch.