Passed
Push — master ( ae31ea...e44bbb )
by Michel
02:38
created
src/Response/Response.php 1 patch
Doc Comments   -5 removed lines patch added patch discarded remove patch
@@ -30,11 +30,6 @@
 block discarded – undo
30 30
     private $note;
31 31
 
32 32
     /**
33
-     * @param int $type
34
-     * @param array $data
35
-     * @param array $backtrace
36
-     * @param array|null $profile
37
-     * @param array|null $note
38 33
      */
39 34
     public function __construct(int $t = null, array $r = null, array $b = null, array $p = null, array $n = null)
40 35
     {
Please login to merge, or discard this patch.