fix phpdoc

This commit is contained in:
Robin Appelman 2016-05-24 13:58:08 +02:00
parent c031eafd84
commit 8a40003169

View file

@ -157,7 +157,7 @@ class Google extends \OC\Files\Storage\Common {
/** /**
* Set the Google_Service_Drive_DriveFile object in the cache * Set the Google_Service_Drive_DriveFile object in the cache
* @param string $path * @param string $path
* @param Google_Service_Drive_DriveFile|false $file * @param \Google_Service_Drive_DriveFile|false $file
*/ */
private function setDriveFile($path, $file) { private function setDriveFile($path, $file) {
$path = trim($path, '/'); $path = trim($path, '/');