1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-03-16 03:15:43 +01:00

fix doc comments

This commit is contained in:
Bernhard Posselt 2015-08-31 16:13:51 +02:00
parent e7844bb078
commit df34fe0fc3
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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) {