fix phpdoc

This commit is contained in:
Robin Appelman 2016-05-24 13:58:08 +02:00
parent c031eafd84
commit 8a40003169
1 changed files with 1 additions and 1 deletions

View File

@ -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, '/');