@@ -41,6 +41,9 @@ |
||
| 41 | 41 | ); |
| 42 | 42 | } |
| 43 | 43 | |
| 44 | + /** |
|
| 45 | + * @param string|null $apiMethodName |
|
| 46 | + */ |
|
| 44 | 47 | public function request($apiMethodName, $requestOptions = []) |
| 45 | 48 | { |
| 46 | 49 | $method = static::METHOD_POST; |
@@ -23,6 +23,9 @@ |
||
| 23 | 23 | */ |
| 24 | 24 | protected $fileName; |
| 25 | 25 | |
| 26 | + /** |
|
| 27 | + * @param string $path |
|
| 28 | + */ |
|
| 26 | 29 | public function __construct($path) |
| 27 | 30 | { |
| 28 | 31 | $this->initEnv($path); |