@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace TYPO3\CMS\Linkvalidator\QueryRestrictions; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ discard block |
||
| 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 |
||
| 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 | } |