@@ -66,7 +66,7 @@ |
||
66 | 66 | return static::$snakeCache[$key][$delimiter]; |
67 | 67 | } |
68 | 68 | |
69 | - if (! ctype_lower($value)) { |
|
69 | + if (!ctype_lower($value)) { |
|
70 | 70 | $value = preg_replace('/\s+/u', '', ucwords($value)); |
71 | 71 | |
72 | 72 | $value = static::lower(preg_replace('/(.)(?=[A-Z])/u', '$1'.$delimiter, $value)); |
@@ -24,7 +24,7 @@ |
||
24 | 24 | */ |
25 | 25 | public function register(Container $pimple) |
26 | 26 | { |
27 | - $pimple['apiAlias'] = function ($pimple) { |
|
27 | + $pimple['apiAlias'] = function($pimple) { |
|
28 | 28 | return new ApiAlias(); |
29 | 29 | }; |
30 | 30 | } |