@@ -14,6 +14,9 @@ |
||
| 14 | 14 | { |
| 15 | 15 | public static $provider = 'linkedin'; |
| 16 | 16 | |
| 17 | + /** |
|
| 18 | + * @param string $path |
|
| 19 | + */ |
|
| 17 | 20 | public function request($path, $method = 'GET', $params = [], $headers = []) |
| 18 | 21 | { |
| 19 | 22 | $headers['Content-Type'] = 'application/json'; |
@@ -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); |