@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | /* @var FilesystemManager $factory */ |
29 | 29 | $factory->extend( |
30 | 30 | 'gcs', |
31 | - function ($app, array $config) { |
|
31 | + function($app, array $config) { |
|
32 | 32 | $config['endpoint'] = $config['endpoint'] ?? "https://storage.googleapis.com"; |
33 | 33 | $config['base_url'] = $config['base_url'] ?? "https://storage.googleapis.com"; |
34 | 34 | $config['region'] = $config['region'] ?? "none"; |
@@ -83,7 +83,7 @@ discard block |
||
83 | 83 | { |
84 | 84 | $cache = $config["cache"] ?? null; |
85 | 85 | |
86 | - $config = array_intersect_key($config, array_flip((array) ['visibility', 'disable_asserts', 'url'])); |
|
86 | + $config = array_intersect_key($config, array_flip((array)['visibility', 'disable_asserts', 'url'])); |
|
87 | 87 | if ($cache) { |
88 | 88 | $adapter = new CachedAdapter($adapter, $this->createCacheStore($cache)); |
89 | 89 | } |