summaryrefslogtreecommitdiffstats
path: root/lib/private/files/stream
diff options
context:
space:
mode:
authorScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2016-02-05 09:38:43 +0000
committerScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2016-02-05 09:38:43 +0000
commit466a08525350eccec6684022adb914c8be898c94 (patch)
treecd5051fd07a67f3d63419d73d94a169527897007 /lib/private/files/stream
parent342c2aac98961f91f0fd38423a217cb980dd95b8 (diff)
downloadnextcloud-server-466a08525350eccec6684022adb914c8be898c94.tar.gz
nextcloud-server-466a08525350eccec6684022adb914c8be898c94.zip
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'lib/private/files/stream')
-rw-r--r--lib/private/files/stream/dir.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/files/stream/dir.php b/lib/private/files/stream/dir.php
index fabadb0d596..7489ee683a2 100644
--- a/lib/private/files/stream/dir.php
+++ b/lib/private/files/stream/dir.php
@@ -58,6 +58,7 @@ class Dir {
/**
* @param string $path
+ * @param string[] $content
*/
public static function register($path, $content) {
self::$dirs[$path] = $content;