Passed
Push — master ( 3e5cc4...ce331f )
by Eric
12:39
created
rector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 use Rector\Set\ValueObject\LevelSetList;
11 11
 use Rector\Set\ValueObject\SetList;
12 12
 
13
-return static function (RectorConfig $rectorConfig): void {
13
+return static function(RectorConfig $rectorConfig): void {
14 14
     $rectorConfig->paths([
15 15
         __DIR__ . '/src',
16 16
         __DIR__ . '/tests',
Please login to merge, or discard this patch.