@@ -123,7 +123,7 @@ |
||
| 123 | 123 | } |
| 124 | 124 | |
| 125 | 125 | /** |
| 126 | - * @param $method |
|
| 126 | + * @param string $method |
|
| 127 | 127 | * @return bool |
| 128 | 128 | */ |
| 129 | 129 | protected function isRequestSetter($method) |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace seregazhuk\HeadHunterApi\EndPoints; |
| 4 | 4 | |
| 5 | -use ReflectionClass; |
|
| 6 | 5 | use seregazhuk\HeadHunterApi\Request; |
| 7 | 6 | use seregazhuk\HeadHunterApi\Exceptions\HeadHunterApiException; |
| 8 | 7 | use seregazhuk\HeadHunterApi\Exceptions\WrongEndPointException; |