Test Setup Failed
Push — master ( b1d4a5...6fc5bd )
by Daniel
13:23 queued 10:38
created
src/Exception/InternalException.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,8 +15,8 @@
 block discarded – undo
15 15
     public function __construct(
16 16
         string $message,
17 17
         int $code,
18
-        null|Throwable $previous = null,
19
-        private readonly array $context = []
18
+        null | Throwable $previous = null,
19
+        private readonly array $context = [ ]
20 20
     ) {
21 21
         parent::__construct($message, $code, $previous);
22 22
     }
Please login to merge, or discard this patch.