Completed
Push — master ( efa3fa...174cfa )
by Albert
03:11
created
src/Support/Str.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      */
39 39
     public static function convertToCamelCase($str)
40 40
     {
41
-        $string =  static::studly($str);
41
+        $string = static::studly($str);
42 42
 
43 43
         return \lcfirst($string);
44 44
     }
Please login to merge, or discard this patch.
src/Vultr.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -40,6 +40,7 @@
 block discarded – undo
40 40
      * This is the entry point to the api resource
41 41
      *
42 42
      * @param AdapterInterface $adapter
43
+     * @param string $token
43 44
      */
44 45
     public function __construct($token, AdapterInterface $adapter = null)
45 46
     {
Please login to merge, or discard this patch.