From 3a86862e4f2953490d57ffaf7cbc6a438881ca05 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 25 May 2016 05:58:40 -0400 Subject: [PATCH] Applied fixes from StyleCI [ci skip] --- app/Settings/Cache.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Settings/Cache.php b/app/Settings/Cache.php index e5d476d1..47c5681e 100644 --- a/app/Settings/Cache.php +++ b/app/Settings/Cache.php @@ -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"; } - }