summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2016-05-24 13:58:08 +0200
committerRobin Appelman <icewind@owncloud.com>2016-05-24 13:58:08 +0200
commit8a40003169170038b56f14fb1a3082c192c8d0c4 (patch)
tree676bbc967803cf5ee12d91994125864071777aef /apps/files_external/lib/Lib
parentc031eafd84a70d3308a5d25ecdc350709c46c5d2 (diff)
downloadnextcloud-server-8a40003169170038b56f14fb1a3082c192c8d0c4.tar.gz
nextcloud-server-8a40003169170038b56f14fb1a3082c192c8d0c4.zip
fix phpdoc
Diffstat (limited to 'apps/files_external/lib/Lib')
-rw-r--r--apps/files_external/lib/Lib/Storage/Google.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/Lib/Storage/Google.php b/apps/files_external/lib/Lib/Storage/Google.php
index 9dd58eeb81c..806033a2c37 100644
--- a/apps/files_external/lib/Lib/Storage/Google.php
+++ b/apps/files_external/lib/Lib/Storage/Google.php
@@ -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, '/');