Completed
Push — master ( 143572...0347b0 )
by Benjamin
03:26
created
src/PermissionsTask.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Console/DatabaseUpdateSchemaTask.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/AbstractTypo3Task.php 2 patches
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -41,9 +41,9 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Console/AbstractConsoleTask.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Console/CacheFlushTask.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Console/InstallGeneratePackagestatesTask.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
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
 
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
             ]
48 48
         );
49 49
         $command = sprintf(
50
-            $this->getConsoleCommand('install:generatepackagestates', $options) . '%s',
50
+            $this->getConsoleCommand('install:generatepackagestates', $options).'%s',
51 51
             $options['flags']
52 52
         );
53 53
 
Please login to merge, or discard this patch.
src/Console/InstallFixFolderStructureTask.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Console/ExtensionSetupActiveTask.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.