address Scrutinizer issues
This commit is contained in:
parent
9c09018e6e
commit
1fd998f325
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ namespace PrivateBin\Data;
|
||||||
|
|
||||||
use Exception;
|
use Exception;
|
||||||
use Google\Cloud\Core\Exception\NotFoundException;
|
use Google\Cloud\Core\Exception\NotFoundException;
|
||||||
|
use Google\Cloud\Storage\Bucket;
|
||||||
use Google\Cloud\Storage\StorageClient;
|
use Google\Cloud\Storage\StorageClient;
|
||||||
use PrivateBin\Json;
|
use PrivateBin\Json;
|
||||||
|
|
||||||
|
@ -23,7 +24,7 @@ class GoogleCloudStorage extends AbstractData
|
||||||
*
|
*
|
||||||
* @access private
|
* @access private
|
||||||
* @static
|
* @static
|
||||||
* @var \Google\Cloud\Storage\Bucket
|
* @var Bucket
|
||||||
*/
|
*/
|
||||||
private static $_bucket = null;
|
private static $_bucket = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue