aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2020-08-14 15:10:48 +0200
committerDaniel Kesselberg <mail@danielkesselberg.de>2020-08-14 15:10:48 +0200
commit6f8147b18fadd749b6060ab540292c9ac6f85d61 (patch)
treedd05f489acc4d859078473a6b60d34f305fc68c4 /apps/files
parentb13aa660c91873437afec36ef6466ef609b7959c (diff)
downloadnextcloud-server-6f8147b18fadd749b6060ab540292c9ac6f85d61.tar.gz
nextcloud-server-6f8147b18fadd749b6060ab540292c9ac6f85d61.zip
Fix some MissingDocblockType or InvalidDocblock warnings.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/lib/Controller/ApiController.php2
-rw-r--r--apps/files/templates/index.php2
-rw-r--r--apps/files/templates/recentlist.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/lib/Controller/ApiController.php b/apps/files/lib/Controller/ApiController.php
index 2add685133e..16596ea05a6 100644
--- a/apps/files/lib/Controller/ApiController.php
+++ b/apps/files/lib/Controller/ApiController.php
@@ -332,7 +332,7 @@ class ApiController extends Controller {
*
* @NoAdminRequired
*
- * @param string
+ * @param string $folderpath
* @return string
* @throws \OCP\Files\NotFoundException
*/
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index 2bac8410f91..3ba0474daaf 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -1,4 +1,4 @@
-<?php /** @var $l \OCP\IL10N */ ?>
+<?php /** @var \OCP\IL10N $l */ ?>
<?php $_['appNavigation']->printPage(); ?>
<div id="app-content">
diff --git a/apps/files/templates/recentlist.php b/apps/files/templates/recentlist.php
index 360b5c95ee4..95997288193 100644
--- a/apps/files/templates/recentlist.php
+++ b/apps/files/templates/recentlist.php
@@ -1,4 +1,4 @@
-<?php /** @var $l \OCP\IL10N */ ?>
+<?php /** @var \OCP\IL10N $l */ ?>
<div id='notification'></div>
<div id="emptycontent" class="hidden"></div>