| @@ -8,7 +8,7 @@ | ||
| 8 | 8 | * | 
| 9 | 9 | * @license http://www.opensource.org/licenses/mit-license.html MIT License | 
| 10 | 10 | */ | 
| 11 | -declare(strict_types=1); | |
| 11 | +declare(strict_types = 1); | |
| 12 | 12 | |
| 13 | 13 | namespace TeamNeusta\Magallanes\Task\TYPO3; | 
| 14 | 14 | |
| @@ -8,7 +8,7 @@ | ||
| 8 | 8 | * | 
| 9 | 9 | * @license http://www.opensource.org/licenses/mit-license.html MIT License | 
| 10 | 10 | */ | 
| 11 | -declare(strict_types=1); | |
| 11 | +declare(strict_types = 1); | |
| 12 | 12 | |
| 13 | 13 | namespace TeamNeusta\Magallanes\Task\TYPO3\Console; | 
| 14 | 14 | |
| @@ -41,9 +41,9 @@ | ||
| 41 | 41 |      { | 
| 42 | 42 |          if (!empty($options['context'])) { | 
| 43 | 43 | return sprintf( | 
| 44 | - 'export TYPO3_CONTEXT="%s" && ', | |
| 45 | - $options['context'] | |
| 46 | - ).$cmd; | |
| 44 | + 'export TYPO3_CONTEXT="%s" && ', | |
| 45 | + $options['context'] | |
| 46 | + ).$cmd; | |
| 47 | 47 | } | 
| 48 | 48 | |
| 49 | 49 | return $cmd; | 
| @@ -8,7 +8,7 @@ | ||
| 8 | 8 | * | 
| 9 | 9 | * @license http://www.opensource.org/licenses/mit-license.html MIT License | 
| 10 | 10 | */ | 
| 11 | -declare(strict_types=1); | |
| 11 | +declare(strict_types = 1); | |
| 12 | 12 | |
| 13 | 13 | namespace TeamNeusta\Magallanes\Task\TYPO3; | 
| 14 | 14 | |
| @@ -8,7 +8,7 @@ | ||
| 8 | 8 | * | 
| 9 | 9 | * @license http://www.opensource.org/licenses/mit-license.html MIT License | 
| 10 | 10 | */ | 
| 11 | -declare(strict_types=1); | |
| 11 | +declare(strict_types = 1); | |
| 12 | 12 | |
| 13 | 13 | namespace TeamNeusta\Magallanes\Task\TYPO3\Console; | 
| 14 | 14 | |
| @@ -8,7 +8,7 @@ | ||
| 8 | 8 | * | 
| 9 | 9 | * @license http://www.opensource.org/licenses/mit-license.html MIT License | 
| 10 | 10 | */ | 
| 11 | -declare(strict_types=1); | |
| 11 | +declare(strict_types = 1); | |
| 12 | 12 | |
| 13 | 13 | namespace TeamNeusta\Magallanes\Task\TYPO3\Console; | 
| 14 | 14 | |