Completed
Push — master ( 8849ab...15e396 )
by
unknown
02:08
created
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.
src/Connectors/Linkedin.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.