Applied fixes from StyleCI

[ci skip]
This commit is contained in:
Graham Campbell
2016-05-25 05:58:40 -04:00
committed by StyleCI Bot
parent 8df65b2dc3
commit 3a86862e4f

View File

@@ -44,7 +44,7 @@ class Cache
}
/**
* Store the settings in the cache,
* Store the settings in the cache,.
*
* @param string $env
* @param array $data
@@ -93,5 +93,4 @@ class Cache
{
return "{$this->path}/{$env}.php";
}
}