@@ -122,7 +122,7 @@ |
||
122 | 122 | } |
123 | 123 | |
124 | 124 | /** |
125 | - * @param $path |
|
125 | + * @param string $path |
|
126 | 126 | * |
127 | 127 | * @return \Psr\Http\Message\UriInterface |
128 | 128 | */ |
@@ -92,7 +92,7 @@ discard block |
||
92 | 92 | } |
93 | 93 | |
94 | 94 | /** |
95 | - * @return mixed |
|
95 | + * @return integer |
|
96 | 96 | */ |
97 | 97 | public function getErrorCode() |
98 | 98 | { |
@@ -118,7 +118,7 @@ discard block |
||
118 | 118 | /** |
119 | 119 | * Set error response. |
120 | 120 | * |
121 | - * @param $content |
|
121 | + * @param string $content |
|
122 | 122 | * @return $this |
123 | 123 | */ |
124 | 124 | public function setErrorResponse($content) |