Skip to content

Commit

Permalink
Merge pull request #4 from rapidwebltd/analysis-z9VgKa
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
DivineOmega authored Mar 16, 2018
2 parents cce834d + 00bf72d commit 829d743
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Objects/CacheDrivers/RWFileCacheDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

namespace RapidWeb\UkBankHolidays\Objects\CacheDrivers;

use rapidweb\RWFileCache\RWFileCache;
use RapidWeb\UkBankHolidays\Interfaces\CacheDriverInterface;
use rapidweb\RWFileCachePSR6\CacheItemPool;
use RapidWeb\UkBankHolidays\Interfaces\CacheDriverInterface;

class RWFileCacheDriver implements CacheDriverInterface
{
const CACHE_EXPIRY_IN_SECONDS = 60*60*24*30; // 30 days
const CACHE_EXPIRY_IN_SECONDS = 60 * 60 * 24 * 30; // 30 days

private $cache = null;

Expand Down

0 comments on commit 829d743

Please sign in to comment.