@@ -55,7 +55,7 @@ |
||
55 | 55 | //register custom parser |
56 | 56 | Array2Object::registerParser( |
57 | 57 | new CallableParser( |
58 | - function ($value, $type, \ReflectionProperty $property, $object) { |
|
58 | + function($value, $type, \ReflectionProperty $property, $object) { |
|
59 | 59 | if ($property->name === 'salary') { |
60 | 60 | $value = str_replace('$', null, $value); |
61 | 61 | } |
@@ -55,7 +55,7 @@ |
||
55 | 55 | //register custom parser |
56 | 56 | Array2Object::registerParser( |
57 | 57 | new CallableParser( |
58 | - function ($value, $type, \ReflectionProperty $property, $object) { |
|
58 | + function($value, $type, \ReflectionProperty $property, $object) { |
|
59 | 59 | if ($property->name === 'salary') { |
60 | 60 | $value = str_replace('$', null, $value); |
61 | 61 | } |