Passed
Branch develop (9bb874)
by David
03:05
created
src/Exception/Http/ClientError/PayloadTooLargeException.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,14 +54,14 @@
 block discarded – undo
54 54
     }
55 55
 
56 56
     /**
57
-     * @return mixed representation of max payload size
57
+     * @return integer representation of max payload size
58 58
      */
59 59
     public function getMaxPayloadSize() {
60 60
         return $this->maxPayloadSize;
61 61
     }
62 62
 
63 63
     /**
64
-     * @param type $maxPayloadSize representation of max payload size
64
+     * @param integer $maxPayloadSize representation of max payload size
65 65
      * @return $this
66 66
      */
67 67
     public function setMaxPayloadSize($maxPayloadSize) {
Please login to merge, or discard this patch.