Completed
Push — swp-2190-php8 ( 4ff702...b384d1 )
by
unknown
33s
created
src/SWP/Bundle/ContentBundle/Factory/GCSClientFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
      */
16 16
     public static function createGCSClient(ContainerInterface $container, string $keyFilePath): StorageClient
17 17
     {
18
-        $path = $container->getParameter('kernel.project_dir') . '/config/gcs/' . $keyFilePath;
18
+        $path = $container->getParameter('kernel.project_dir').'/config/gcs/'.$keyFilePath;
19 19
         return new StorageClient([
20 20
             'keyFilePath' => $path,
21 21
         ]);
Please login to merge, or discard this patch.