Passed
Push — master ( 185f29...470ad5 )
by Dedipyaman
13:05
created
src/Exception/InvalidValue.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      * @param array|Error $errors
27 27
      * @param int $code
28 28
      */
29
-    public function __construct(string $message = "", $errors = [], int $code = 0)
29
+    public function __construct(string $message = "", $errors = [ ], int $code = 0)
30 30
     {
31 31
         parent::__construct($message, $code);
32 32
         $this->errors = $errors;
Please login to merge, or discard this patch.