@@ -86,7 +86,7 @@ |
||
86 | 86 | } |
87 | 87 | |
88 | 88 | #[\Override] |
89 | - public function save(string $file, int $flags = 0, mixed $context = null): false|int |
|
89 | + public function save(string $file, int $flags = 0, mixed $context = null): false | int |
|
90 | 90 | { |
91 | 91 | if (\is_resource($context)) { |
92 | 92 | return file_put_contents($file, $this->compile(), $flags, $context); |