Completed
Branch master (2ec5df)
by Albert
04:00
created
src/Api/Size.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.
src/Support/Str.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.