@@ -19,6 +19,9 @@ |
||
| 19 | 19 | protected $screen_name; |
| 20 | 20 | |
| 21 | 21 | |
| 22 | + /** |
|
| 23 | + * @param string $path |
|
| 24 | + */ |
|
| 22 | 25 | public function request($path, $method = 'GET', $params = [], $headers = []) |
| 23 | 26 | { |
| 24 | 27 | $result = parent::request($path, $method, $params, $headers); |
@@ -19,6 +19,9 @@ |
||
| 19 | 19 | protected $screen_name; |
| 20 | 20 | |
| 21 | 21 | |
| 22 | + /** |
|
| 23 | + * @param string $path |
|
| 24 | + */ |
|
| 22 | 25 | public function request($path, $method = 'GET', $params = [], $headers = []) |
| 23 | 26 | { |
| 24 | 27 | $result = parent::request($path, $method, $params, $headers); |