@@ -54,14 +54,14 @@ |
||
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) { |