Passed
Branch master (46de66)
by Breno
08:28
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.