Explorar o código

address Scrutinizer issues

El RIDO %!s(int64=5) %!d(string=hai) anos
pai
achega
1fd998f325
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      lib/Data/GoogleCloudStorage.php

+ 2 - 1
lib/Data/GoogleCloudStorage.php

@@ -4,6 +4,7 @@ namespace PrivateBin\Data;
 
 use Exception;
 use Google\Cloud\Core\Exception\NotFoundException;
+use Google\Cloud\Storage\Bucket;
 use Google\Cloud\Storage\StorageClient;
 use PrivateBin\Json;
 
@@ -23,7 +24,7 @@ class GoogleCloudStorage extends AbstractData
      *
      * @access private
      * @static
-     * @var    \Google\Cloud\Storage\Bucket
+     * @var    Bucket
      */
     private static $_bucket = null;