Passed
Push — master ( 231abc...bdcb17 )
by Muhammad Dyas
02:43
created
src/GoogleCloudStorageServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
         }
Please login to merge, or discard this patch.