mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
scrutinizer fix: correct @return for getDriveFile()
This commit is contained in:
parent
5935758b3a
commit
f9bd43ff03
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue