@@ -100,7 +100,7 @@ |
||
100 | 100 | } |
101 | 101 | |
102 | 102 | /** |
103 | - * @param $str Camel case string |
|
103 | + * @param string $str Camel case string |
|
104 | 104 | * |
105 | 105 | * @return string Snake case string |
106 | 106 | */ |
@@ -117,7 +117,7 @@ |
||
117 | 117 | } |
118 | 118 | |
119 | 119 | /** |
120 | - * @param Response $response |
|
120 | + * @param \Psr\Http\Message\ResponseInterface $response |
|
121 | 121 | * |
122 | 122 | * @throws HttpException |
123 | 123 | */ |