Skip to content

Commit 86132ce

Browse files
authored
Merge pull request #1 from DivineOmega/analysis-XNkK1G
Apply fixes from StyleCI
2 parents 3cdae81 + 05e3ee6 commit 86132ce

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/DOFileCache.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,9 @@ public function set($key, $content, $expiry = 0)
9090
*
9191
* @param string $key
9292
*
93-
* @return mixed
9493
* @throws Exception
94+
*
95+
* @return mixed
9596
*/
9697
public function get($key)
9798
{
@@ -271,11 +272,12 @@ public function decrement($key, $offset = 1)
271272
* Replaces a value within the cache.
272273
*
273274
* @param string $key
274-
* @param mixed $content
275-
* @param int $expiry
275+
* @param mixed $content
276+
* @param int $expiry
276277
*
277-
* @return bool
278278
* @throws Exception
279+
*
280+
* @return bool
279281
*/
280282
public function replace($key, $content, $expiry = 0)
281283
{

0 commit comments

Comments
 (0)