Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin McCorkell <rmccorkell@karoshi.org.uk>2014-05-12 00:51:30 +0400
committerRobin McCorkell <rmccorkell@karoshi.org.uk>2014-05-13 22:08:14 +0400
commit87b548ed91c03f051a93cc39bf94650922c1f55f (patch)
tree1c2a03d338f3c9a9e729b08d66c83ef9a55782f2 /lib/private/templatelayout.php
parenta7ae2e874a28aed2c190840634db50a19ab1d2e7 (diff)
Fix all PHPDoc types and variable names, in /lib
Diffstat (limited to 'lib/private/templatelayout.php')
-rw-r--r--lib/private/templatelayout.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/private/templatelayout.php b/lib/private/templatelayout.php
index b7ac02a753d..0672ffc4a3d 100644
--- a/lib/private/templatelayout.php
+++ b/lib/private/templatelayout.php
@@ -98,7 +98,7 @@ class OC_TemplateLayout extends OC_Template {
}
/**
- * @param $styles
+ * @param array $styles
* @return array
*/
static public function findStylesheetFiles($styles) {
@@ -116,7 +116,7 @@ class OC_TemplateLayout extends OC_Template {
}
/**
- * @param $scripts
+ * @param array $scripts
* @return array
*/
static public function findJavascriptFiles($scripts) {
@@ -175,7 +175,7 @@ class OC_TemplateLayout extends OC_Template {
}
/**
- * @param $files
+ * @param array $files
* @return string
*/
private static function hashScriptNames($files)