@@ -48,7 +48,7 @@ |
||
48 | 48 | public function fill($data) |
49 | 49 | { |
50 | 50 | foreach ($data as $key => $value) { |
51 | - if (! property_exists($this, $key)) { |
|
51 | + if ( ! property_exists($this, $key)) { |
|
52 | 52 | throw new InvalidPropertyException($key . ' is not a property on ' . get_class($this)); |
53 | 53 | } |
54 | 54 |