Passed
Push — master ( aead5c...b6ecaa )
by Sergei
12:09
created
rector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 use Rector\Php80\Rector\Class_\ClassPropertyAssignToConstructorPromotionRector;
8 8
 use Rector\Set\ValueObject\LevelSetList;
9 9
 
10
-return static function (RectorConfig $rectorConfig): void {
10
+return static function(RectorConfig $rectorConfig): void {
11 11
     $rectorConfig->paths([
12 12
         __DIR__ . '/src',
13 13
         __DIR__ . '/tests',
Please login to merge, or discard this patch.
src/MiddlewareFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
             return false;
123 123
         }
124 124
 
125
-        return is_subclass_of((string)($definition['class'] ?? ''), MiddlewareInterface::class);
125
+        return is_subclass_of((string) ($definition['class'] ?? ''), MiddlewareInterface::class);
126 126
     }
127 127
 
128 128
     /**
Please login to merge, or discard this patch.