Passed
Push — master ( 46de66...b79869 )
by Breno
02:11
created
src/Http/ResponseMessage.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -8,6 +8,9 @@
 block discarded – undo
8 8
     private $message;
9 9
     private $data = [];
10 10
 
11
+    /**
12
+     * @param string $message
13
+     */
11 14
     public function __construct(int $code, ?string $message, array $data = [])
12 15
     {
13 16
         $this->code = $code;
Please login to merge, or discard this patch.