diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_external/lib/google.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files_external/lib/google.php b/apps/files_external/lib/google.php index ab0385ec20b..0e904dac45c 100644 --- a/apps/files_external/lib/google.php +++ b/apps/files_external/lib/google.php @@ -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 |