diff options
author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2016-02-05 09:38:43 +0000 |
---|---|---|
committer | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2016-02-05 09:38:43 +0000 |
commit | 466a08525350eccec6684022adb914c8be898c94 (patch) | |
tree | cd5051fd07a67f3d63419d73d94a169527897007 /lib/private/files/stream | |
parent | 342c2aac98961f91f0fd38423a217cb980dd95b8 (diff) | |
download | nextcloud-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.php | 1 |
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; |