@@ -30,7 +30,7 @@ |
||
| 30 | 30 | |
| 31 | 31 | $this->extractMeta($sizes); |
| 32 | 32 | |
| 33 | - return array_map(function ($size) { |
|
| 33 | + return array_map(function($size) { |
|
| 34 | 34 | return new SizeEntity($size); |
| 35 | 35 | }, $sizes->sizes); |
| 36 | 36 | } |
@@ -40,7 +40,7 @@ |
||
| 40 | 40 | */ |
| 41 | 41 | public static function convertToCamelCase($str) |
| 42 | 42 | { |
| 43 | - $string = static::studly($str); |
|
| 43 | + $string = static::studly($str); |
|
| 44 | 44 | |
| 45 | 45 | return lcfirst($string); |
| 46 | 46 | } |