Completed
Branch master (d64c29)
by Kamil
01:29
created
Category
src/Locator/SkipAwareSpecificationIterator.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 SkipExtension package.
Please login to merge, or discard this patch.
src/Locator/SkipAwareSpecificationLocator.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 SkipExtension package.
Please login to merge, or discard this patch.
src/ServiceContainer/SkipExtension.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
 /*
6 6
  * This file is part of the SkipExtension package.
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
      */
85 85
     private function getAbsoluteSkippedPaths(array $skippedPaths, string $basePath): array
86 86
     {
87
-        return array_map(function (string $skippedPath) use ($basePath): string {
87
+        return array_map(function(string $skippedPath) use ($basePath): string {
88 88
             return $basePath . '/' . $skippedPath;
89 89
         }, $skippedPaths);
90 90
     }
Please login to merge, or discard this patch.