@@ -159,7 +159,7 @@ |
||
159 | 159 | } |
160 | 160 | |
161 | 161 | /** |
162 | - * @return array |
|
162 | + * @return MessageEntityArray |
|
163 | 163 | */ |
164 | 164 | public function getEntities() |
165 | 165 | { |
@@ -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); |