scrutinizer fix: correct @return for getDriveFile()

This commit is contained in:
Adam Williamson 2014-11-06 21:27:12 -08:00
parent 5935758b3a
commit f9bd43ff03
1 changed files with 3 additions and 2 deletions

View File

@ -65,9 +65,10 @@ class Google extends \OC\Files\Storage\Common {
}
/**
* Get the Google_Service_Drive_DriveFile object for the specified path
* Get the Google_Service_Drive_DriveFile object for the specified path.
* Returns false on failure.
* @param string $path
* @return Google_Service_Drive_DriveFile
* @return \Google_Service_Drive_DriveFile|false
*/
private function getDriveFile($path) {
// Remove leading and trailing slashes