fix phpdoc
This commit is contained in:
parent
c031eafd84
commit
8a40003169
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ class Google extends \OC\Files\Storage\Common {
|
|||
/**
|
||||
* Set the Google_Service_Drive_DriveFile object in the cache
|
||||
* @param string $path
|
||||
* @param Google_Service_Drive_DriveFile|false $file
|
||||
* @param \Google_Service_Drive_DriveFile|false $file
|
||||
*/
|
||||
private function setDriveFile($path, $file) {
|
||||
$path = trim($path, '/');
|
||||
|
|
Loading…
Reference in a new issue