summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2015-10-06 16:37:43 +0200
committerRobin Appelman <icewind@owncloud.com>2015-10-06 16:37:43 +0200
commit17756ebf5bb7c2bdf9e949f3fc517c39ed284600 (patch)
tree949d891b4d6ffc03b7dcc5954d211817d3bdd583 /apps/files_sharing
parent47c71d8e8771cab6d5442e790f3edb94213b586e (diff)
downloadnextcloud-server-17756ebf5bb7c2bdf9e949f3fc517c39ed284600.tar.gz
nextcloud-server-17756ebf5bb7c2bdf9e949f3fc517c39ed284600.zip
fix phpdoc
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/lib/propagation/recipientpropagator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/propagation/recipientpropagator.php b/apps/files_sharing/lib/propagation/recipientpropagator.php
index 420cacb3d2f..8e064e2ee54 100644
--- a/apps/files_sharing/lib/propagation/recipientpropagator.php
+++ b/apps/files_sharing/lib/propagation/recipientpropagator.php
@@ -105,7 +105,7 @@ class RecipientPropagator {
/**
* @param array $share
- * @param int $time
+ * @param float $time
*/
public function markDirty($share, $time = null) {
if ($time === null) {