diff --git a/src/DOFileCache.php b/src/DOFileCache.php index 1f4768a..1c08f48 100644 --- a/src/DOFileCache.php +++ b/src/DOFileCache.php @@ -90,8 +90,9 @@ public function set($key, $content, $expiry = 0) * * @param string $key * - * @return mixed * @throws Exception + * + * @return mixed */ public function get($key) { @@ -271,11 +272,12 @@ public function decrement($key, $offset = 1) * Replaces a value within the cache. * * @param string $key - * @param mixed $content - * @param int $expiry + * @param mixed $content + * @param int $expiry * - * @return bool * @throws Exception + * + * @return bool */ public function replace($key, $content, $expiry = 0) {