Test Setup Failed
Push — master ( 7d0176...101a4a )
by Daniel
11:22
created
src/Exception/InternalException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
         string $message,
18 18
         int $code,
19 19
         Throwable $previous = null,
20
-        private array $context = []
20
+        private array $context = [ ]
21 21
     ) {
22 22
         parent::__construct($message, $code, $previous);
23 23
     }
Please login to merge, or discard this patch.
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\Php80\Rector\Class_\ClassPropertyAssignToConstructorPromotionRector;
9 9
 use Rector\Set\ValueObject\SetList;
10 10
 
11
-return static function (RectorConfig $rectorConfig): void {
11
+return static function(RectorConfig $rectorConfig): void {
12 12
     $rectorConfig->importNames();
13 13
 
14 14
     $rectorConfig->paths([
Please login to merge, or discard this patch.