scrutinizer fix: explicitly declare Google class property $client
This commit is contained in:
parent
f9bd43ff03
commit
04369fb9cc
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ require_once 'Google/Service/Drive.php';
|
|||
|
||||
class Google extends \OC\Files\Storage\Common {
|
||||
|
||||
private $client;
|
||||
private $id;
|
||||
private $service;
|
||||
private $driveFiles;
|
||||
|
|
Loading…
Reference in a new issue