Completed
Push — master ( b77f02...053cae )
by Alessandro
01:47 queued 23s
created
src/Bitly.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
      *
37 37
      * https://bitly.com/a/oauth_apps
38 38
      *
39
-     * @param $token
39
+     * @param string $token
40 40
      */
41 41
 
42 42
     public function __construct($token=null)
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
 
51 51
     /**
52 52
      * Get shorten link.
53
-     * @param $url original URL
53
+     * @param string $url original URL
54 54
      *
55 55
      * @author @sineverba
56 56
      * @since 1.0.0
Please login to merge, or discard this patch.