Skip to content

Commit

Permalink
fixed code
Browse files Browse the repository at this point in the history
  • Loading branch information
albert committed Oct 19, 2019
1 parent 4ec2681 commit 67f80b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AbstractCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ protected function getTtl($ttl): int
{
return ($ttl === null) ? 0 : (int)$ttl;
}
}
}
2 changes: 1 addition & 1 deletion src/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ public function has($key)
{
return $this->getDriver()->has($key);
}
}
}

0 comments on commit 67f80b3

Please sign in to comment.