Skip to content

Commit

Permalink
Merge pull request #1 from DivineOmega/analysis-XNkK1G
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
DivineOmega committed Jul 12, 2018
2 parents 3cdae81 + 05e3ee6 commit 86132ce
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 86132ce

Please sign in to comment.