Passed
Push — master ( 48fd54...5ddb8e )
by
unknown
17:47
created
typo3/sysext/linkvalidator/Classes/Repository/BrokenLinkRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
         ];
139 139
         while ($row = $statement->fetch()) {
140 140
             $result[$row['link_type']] = $row['amount'];
141
-            $result['total']+= $row['amount'];
141
+            $result['total'] += $row['amount'];
142 142
         }
143 143
         return $result;
144 144
     }
Please login to merge, or discard this patch.