Completed
Push — master ( add5b5...4f9895 )
by
unknown
05:21
created
src/Connectors/Linkedin.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -14,6 +14,9 @@
 block discarded – undo
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';
Please login to merge, or discard this patch.
src/Connectors/Twitter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -19,6 +19,9 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.