Passed
Push — master ( a8aefc...9fa613 )
by Veaceslav
01:30
created
src/ThrowableContextTrait.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,9 +7,9 @@
 block discarded – undo
7 7
 
8 8
 trait ThrowableContextTrait
9 9
 {
10
-    private $context = [];
10
+    private $context = [ ];
11 11
 
12
-    public function __construct(string $message = '', array $context = [], int $code = 0, Throwable $previous = null)
12
+    public function __construct(string $message = '', array $context = [ ], int $code = 0, Throwable $previous = null)
13 13
     {
14 14
         parent::__construct($message, $code, $previous);
15 15
 
Please login to merge, or discard this patch.