summaryrefslogtreecommitdiffstats
path: root/explore
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-08-31 16:13:51 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-08-31 16:13:51 +0200
commitdf34fe0fc3e9997dd1a9bb7b482d1bffaa4d299e (patch)
tree2664f0ec13bfadea3963949ef90cc59416f646fa /explore
parente7844bb0787df402eb60b727b1174620fd33916e (diff)
fix doc comments
Diffstat (limited to 'explore')
-rw-r--r--explore/recommendedsites.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/explore/recommendedsites.php b/explore/recommendedsites.php
index bb9d31b6a..5062b8a2d 100644
--- a/explore/recommendedsites.php
+++ b/explore/recommendedsites.php
@@ -18,7 +18,7 @@ class RecommendedSites {
private $directory;
/**
- * @param string $directory the absolute path to where the recommendation
+ * @param string $exploreDir the absolute path to where the recommendation
* config files lie without a trailing slash
*/
public function __construct($exploreDir) {