summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/irods.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/lib/irods.php')
-rw-r--r--apps/files_external/lib/irods.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_external/lib/irods.php b/apps/files_external/lib/irods.php
index 6d4f66e856e..7a7e900fbf0 100644
--- a/apps/files_external/lib/irods.php
+++ b/apps/files_external/lib/irods.php
@@ -134,6 +134,7 @@ class iRODS extends \OC\Files\Storage\StreamWrapper{
/**
* get the best guess for the modification time of an iRODS collection
+ * @param string $path
*/
private function collectionMTime($path) {
$dh = $this->opendir($path);