@@ -21,7 +21,7 @@ |
||
| 21 | 21 | public function __construct($jsonFile, $allowNullValues = false) |
| 22 | 22 | { |
| 23 | 23 | $this->jsonFile = json_decode($jsonFile, true); |
| 24 | - $this->allowNullValues = (bool) $allowNullValues; |
|
| 24 | + $this->allowNullValues = (bool)$allowNullValues; |
|
| 25 | 25 | } |
| 26 | 26 | |
| 27 | 27 | public function getHttpSchema() |