@@ -14,6 +14,6 @@ |
||
14 | 14 | |
15 | 15 | public static function write(string $cacheFile, array $mapping): bool |
16 | 16 | { |
17 | - return (bool)file_put_contents($cacheFile, json_encode($mapping)); |
|
17 | + return (bool) file_put_contents($cacheFile, json_encode($mapping)); |
|
18 | 18 | } |
19 | 19 | } |