Passed
Push — master ( d92e2e...fc6a52 )
by Sergei
08:21 queued 05:46
created
rector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 use Rector\Php74\Rector\Closure\ClosureToArrowFunctionRector;
9 9
 use Rector\Set\ValueObject\LevelSetList;
10 10
 
11
-return static function (RectorConfig $rectorConfig): void {
11
+return static function(RectorConfig $rectorConfig): void {
12 12
     $rectorConfig->paths([
13 13
         __DIR__ . '/src',
14 14
         __DIR__ . '/tests',
Please login to merge, or discard this patch.