diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-04-25 14:27:08 +0300 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-04-25 14:27:08 +0300 |
commit | 632221bed0a33d2b8d6c1eb7cc285f715967fd26 (patch) | |
tree | 3f07b8a0e6b8b71e75df0b88afc76420fb5b302e /lib | |
parent | 2d4af5dfca4acccb7e47c1cfe679086b570f089a (diff) | |
download | nextcloud-server-632221bed0a33d2b8d6c1eb7cc285f715967fd26.tar.gz nextcloud-server-632221bed0a33d2b8d6c1eb7cc285f715967fd26.zip |
Correct the parameter description
Thanks @kabum
Diffstat (limited to 'lib')
-rw-r--r-- | lib/files/filesystem.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/files/filesystem.php b/lib/files/filesystem.php index 6cba4a4b8a4..8c8e80c1be4 100644 --- a/lib/files/filesystem.php +++ b/lib/files/filesystem.php @@ -289,7 +289,7 @@ class Filesystem { /** * fill in the correct values for $user * - * @param string $input + * @param string $user * @param string $input * @return string */ |