Completed
Push — nln-php7 ( 12eaac...5c4f20 )
by Nicolas
05:37
created
src/Karma/Command/Hydrate.php 1 patch
Spacing   +3 added lines, -3 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 Karma\Command;
6 6
 
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
     {
37 37
         $unusedVariables = $processor->getUnusedVariables();
38 38
 
39
-        if(! empty($unusedVariables))
39
+        if( ! empty($unusedVariables))
40 40
         {
41 41
             $logger = $this->app['logger'];
42 42
 
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
     {
54 54
         $unvaluedVariables = $processor->getUnvaluedVariables();
55 55
 
56
-        if(! empty($unvaluedVariables))
56
+        if( ! empty($unvaluedVariables))
57 57
         {
58 58
             $logger = $this->app['logger'];
59 59
 
Please login to merge, or discard this patch.
src/Karma/Command.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 Karma;
6 6
 
Please login to merge, or discard this patch.
src/Karma/Configuration.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 Karma;
6 6
 
Please login to merge, or discard this patch.