@@ -48,7 +48,7 @@ |
||
| 48 | 48 | if (method_exists($app, $property)) { |
| 49 | 49 | $val = $app->$property(); |
| 50 | 50 | |
| 51 | - if (! is_null($val)) { |
|
| 51 | + if (!is_null($val)) { |
|
| 52 | 52 | $results[Caster::PREFIX_VIRTUAL.$property] = $val; |
| 53 | 53 | } |
| 54 | 54 | } |