Completed
Pull Request — master (#65)
by Pádraic
03:29
created
src/Scoper.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
 /*
6 6
  * This file is part of the humbug/php-scoper package.
Please login to merge, or discard this patch.
src/Throwable/Exception/ParsingException.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
 /*
6 6
  * This file is part of the humbug/php-scoper package.
Please login to merge, or discard this patch.
src/Throwable/Exception/RuntimeException.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
 /*
6 6
  * This file is part of the humbug/php-scoper package.
Please login to merge, or discard this patch.
src/NodeVisitor/IgnoreNamespaceScoperNodeVisitor.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
 /*
6 6
  * This file is part of the humbug/php-scoper package.
Please login to merge, or discard this patch.
src/Console/Application.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
 /*
6 6
  * This file is part of the humbug/php-scoper package.
Please login to merge, or discard this patch.
src/Handler/HandleAddPrefix.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
 /*
6 6
  * This file is part of the humbug/php-scoper package.
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
 
94 94
         $files = array_values(
95 95
             array_map(
96
-                function (SplFileInfo $fileInfo) {
96
+                function(SplFileInfo $fileInfo) {
97 97
                     return $fileInfo->getRealPath();
98 98
                 },
99 99
                 iterator_to_array($finder)
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
 
105 105
         return array_reduce(
106 106
             $files,
107
-            function (array $files, string $file) use ($output, $commonPath): array {
107
+            function(array $files, string $file) use ($output, $commonPath): array {
108 108
                 if (false === file_exists($file)) {
109 109
                     throw new RuntimeException(
110 110
                         sprintf(
Please login to merge, or discard this patch.
src/NodeVisitor/SingleLevelUseAliasVisitor.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
 /*
6 6
  * This file is part of the humbug/php-scoper package.
Please login to merge, or discard this patch.
src/Scoper/NullScoper.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
 /*
6 6
  * This file is part of the humbug/php-scoper package.
Please login to merge, or discard this patch.
src/Scoper/PhpScoper.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
 /*
6 6
  * This file is part of the humbug/php-scoper package.
Please login to merge, or discard this patch.