Completed
Pull Request — master (#27)
by Brian
03:04
created
src/Exceptions/Http/ApiException.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,9 +41,9 @@
 block discarded – undo
41 41
      *
42 42
      * @param mixed $message
43 43
      */
44
-    public function __construct($message = null)
44
+    public function __construct( $message = null )
45 45
     {
46
-        parent::__construct($this->statusCode, $this->message ?? $message);
46
+        parent::__construct( $this->statusCode, $this->message ?? $message );
47 47
     }
48 48
 
49 49
     /**
Please login to merge, or discard this patch.