Passed
Push — master ( b373c8...f6088a )
by Alessandro
04:29 queued 02:01
created
rector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use Rector\Config\RectorConfig;
6 6
 
7
-return static function (RectorConfig $rectorConfig): void {
7
+return static function(RectorConfig $rectorConfig): void {
8 8
     $rectorConfig->paths([
9 9
         __DIR__ . '/src',
10 10
         __DIR__ . '/tests',
Please login to merge, or discard this patch.