@@ -21,7 +21,7 @@ |
||
| 21 | 21 | * |
| 22 | 22 | * @property int $flags |
| 23 | 23 | */ |
| 24 | - public function __construct($flags = JSON_UNESCAPED_SLASHES|JSON_PRETTY_PRINT) |
|
| 24 | + public function __construct($flags = JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT) |
|
| 25 | 25 | { |
| 26 | 26 | $this->flags = $flags; |
| 27 | 27 | } |