Passed
Branch master (351cf5)
by Pol
05:08
created
Category
src/Contract/ComposerAwareInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace phptaskman\core\Contract;
6 6
 
Please login to merge, or discard this patch.
src/Contract/ConfigurationTokensAwareInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace phptaskman\core\Contract;
6 6
 
Please login to merge, or discard this patch.
src/Runner.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace phptaskman\core;
6 6
 
Please login to merge, or discard this patch.
src/Traits/ConfigurationTokensTrait.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace phptaskman\core\Traits;
6 6
 
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
         $config = $this->getConfig();
23 23
 
24 24
         return \array_map(
25
-            static function ($key) use ($config) {
25
+            static function($key) use ($config) {
26 26
                 return $config->get($key);
27 27
             },
28 28
             $this->extractRawTokens($text)
Please login to merge, or discard this patch.
src/Traits/ComposerAwareTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace phptaskman\core\Traits;
6 6
 
Please login to merge, or discard this patch.