diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-18 22:22:51 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-18 22:22:51 +0200 |
commit | 1274d6116dc59a8238ad9d02d467260387fe2eac (patch) | |
tree | 8509cac611bd32ebff26f7bbedfb6eaf2ed33e2c /lib/public | |
parent | 09d043729a41a0e8966ed3bb81567ed1009a37b6 (diff) | |
download | nextcloud-server-1274d6116dc59a8238ad9d02d467260387fe2eac.tar.gz nextcloud-server-1274d6116dc59a8238ad9d02d467260387fe2eac.zip |
updating php docs
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/icache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/icache.php b/lib/public/icache.php index 202459f7c24..436ee71b2b9 100644 --- a/lib/public/icache.php +++ b/lib/public/icache.php @@ -48,7 +48,7 @@ interface ICache { /** * clear the user cache of all entries starting with a prefix - * @param string prefix (optional) + * @param string $prefix (optional) * @return bool */ public function clear($prefix = ''); |