summaryrefslogtreecommitdiffstats
path: root/lib/private/search/result.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/search/result.php')
-rw-r--r--lib/private/search/result.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/search/result.php b/lib/private/search/result.php
index 42275c2df11..ceefeab2dae 100644
--- a/lib/private/search/result.php
+++ b/lib/private/search/result.php
@@ -15,6 +15,7 @@ class OC_Search_Result{
* @param string $text some more information about the result
* @param string $link link for the result
* @param string $type the type of result as human readable string ('File', 'Music', etc)
+ * @param string $container
*/
public function __construct($name, $text, $link, $type, $container) {
$this->name=$name;