Completed
Push — master ( a8b8b7...ae10a2 )
by
unknown
21:25
created
sysext/linkvalidator/Classes/QueryRestrictions/EditableRestriction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace TYPO3\CMS\Linkvalidator\QueryRestrictions;
5 5
 
Please login to merge, or discard this patch.
typo3/sysext/linkvalidator/Classes/Repository/BrokenLinkRepository.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace TYPO3\CMS\Linkvalidator\Repository;
5 5
 
@@ -138,7 +138,7 @@  discard block
 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.