diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-02-10 01:14:00 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-02-10 01:14:00 +0100 |
commit | 1bb6de7c1b7d25c67bafaa3d6a37d0e0cec0b169 (patch) | |
tree | 360da574039aa66cf91c6731a6b80e1da7afffc3 /lib/private/files/cache/wrapper/cachejail.php | |
parent | 4a99849c6c444a656c17b0e1f82dead6fb60cc5c (diff) | |
parent | 2b99fc76eced32c740a9f87d48354e0ffdc57f45 (diff) | |
download | nextcloud-server-1bb6de7c1b7d25c67bafaa3d6a37d0e0cec0b169.tar.gz nextcloud-server-1bb6de7c1b7d25c67bafaa3d6a37d0e0cec0b169.zip |
Merge pull request #13425 from owncloud/phpdoc_cleanup
Cleanup of PHPDoc return types
Diffstat (limited to 'lib/private/files/cache/wrapper/cachejail.php')
-rw-r--r-- | lib/private/files/cache/wrapper/cachejail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files/cache/wrapper/cachejail.php b/lib/private/files/cache/wrapper/cachejail.php index 3f7ea66ea1b..bb065643cf7 100644 --- a/lib/private/files/cache/wrapper/cachejail.php +++ b/lib/private/files/cache/wrapper/cachejail.php @@ -163,7 +163,7 @@ class CacheJail extends CacheWrapper { /** * @param string $file * - * @return int, Cache::NOT_FOUND, Cache::PARTIAL, Cache::SHALLOW or Cache::COMPLETE + * @return int Cache::NOT_FOUND, Cache::PARTIAL, Cache::SHALLOW or Cache::COMPLETE */ public function getStatus($file) { return $this->cache->getStatus($this->getSourcePath($file)); |