Completed
Push — master ( 641749...d45bdd )
by Benjamin
02:12
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/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/AbstractTypo3Task.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.