@@ -24,7 +24,7 @@ |
||
24 | 24 | |
25 | 25 | public static function write(string $cacheFile, array $mapping): bool |
26 | 26 | { |
27 | - return (bool)file_put_contents($cacheFile, json_encode(array_map(function (Handler $handler) { |
|
27 | + return (bool) file_put_contents($cacheFile, json_encode(array_map(function(Handler $handler) { |
|
28 | 28 | return [ |
29 | 29 | $handler->getHandler(), |
30 | 30 | ]; |