From 05e3ee6e7ae683d79346a9abc3b11d3a783816ab Mon Sep 17 00:00:00 2001 From: Jordan Hall Date: Thu, 12 Jul 2018 20:12:08 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/DOFileCache.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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) {