Passed
Push — master ( bb83e8...945e52 )
by Daniel
12:32
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 readonly array $context = []
20
+        private readonly array $context = [ ]
21 21
     ) {
22 22
         parent::__construct($message, $code, $previous);
23 23
     }
Please login to merge, or discard this patch.