@@ -38,7 +38,7 @@ |
||
| 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 | } |
@@ -40,6 +40,7 @@ |
||
| 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 | { |