Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineOmega authored and StyleCIBot committed Jul 12, 2018
1 parent 3cdae81 commit 05e3ee6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/DOFileCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ public function set($key, $content, $expiry = 0)
*
* @param string $key
*
* @return mixed
* @throws Exception
*
* @return mixed
*/
public function get($key)
{
Expand Down Expand Up @@ -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)
{
Expand Down

0 comments on commit 05e3ee6

Please sign in to comment.