@@ -34,6 +34,6 @@ |
||
| 34 | 34 | */ |
| 35 | 35 | public function hasType(): bool |
| 36 | 36 | { |
| 37 | - return (bool) $this->type; |
|
| 37 | + return (bool)$this->type; |
|
| 38 | 38 | } |
| 39 | 39 | } |
@@ -21,6 +21,6 @@ |
||
| 21 | 21 | throw new ValidationException(sprintf('Meta MUST be an object, "%s" given.', gettype($data))); |
| 22 | 22 | } |
| 23 | 23 | |
| 24 | - return new Meta((array) $data); |
|
| 24 | + return new Meta((array)$data); |
|
| 25 | 25 | } |
| 26 | 26 | } |