@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace TYPO3\CMS\Core\Database\Platform; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | namespace TYPO3\CMS\Core\Database\Query; |
| 4 | 4 | |
| 5 | 5 | /* |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | namespace TYPO3\CMS\Core\Database\Query\Expression; |
| 4 | 4 | |
| 5 | 5 | /* |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | namespace TYPO3\CMS\Core\Database\Query\Restriction; |
| 4 | 4 | |
| 5 | 5 | /* |
@@ -1,5 +1,5 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | namespace TYPO3\CMS\Core\Database\Query; |
| 4 | 4 | |
| 5 | 5 | /* |
@@ -261,7 +261,7 @@ discard block |
||
| 261 | 261 | implode( |
| 262 | 262 | ', ', |
| 263 | 263 | array_map( |
| 264 | - function ($column) use ($connection) { |
|
| 264 | + function($column) use ($connection) { |
|
| 265 | 265 | return $connection->quoteIdentifier($column); |
| 266 | 266 | }, |
| 267 | 267 | $this->columns |
@@ -277,7 +277,7 @@ discard block |
||
| 277 | 277 | implode( |
| 278 | 278 | '), (', |
| 279 | 279 | array_map( |
| 280 | - function (array $valueSet) { |
|
| 280 | + function(array $valueSet) { |
|
| 281 | 281 | return implode(', ', $valueSet); |
| 282 | 282 | }, |
| 283 | 283 | $this->values |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | namespace TYPO3\CMS\Core\Core; |
| 4 | 4 | |
| 5 | 5 | /* |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | namespace TYPO3\CMS\Core\Compatibility; |
| 4 | 4 | |
| 5 | 5 | /* |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | namespace TYPO3\CMS\Core\Error\Http; |
| 4 | 4 | |
| 5 | 5 | /* |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | namespace TYPO3\CMS\Core\Http; |
| 4 | 4 | |
| 5 | 5 | /* |