Completed
Push — master ( aa1a76...70913b )
by Ryan
09:56
created
src/Service.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -96,6 +96,9 @@
 block discarded – undo
96 96
         return $cache;
97 97
     }
98 98
 
99
+    /**
100
+     * @param string $path
101
+     */
99 102
     private function getFile ($path)
100 103
     {
101 104
         if (!file_exists($path)) {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 use RecursiveIteratorIterator;
28 28
 use RecursiveDirectoryIterator;
29 29
 use FilesystemIterator;
30
-use Exception;
31 30
 use Opine\Interfaces\Cache as CacheInterface;
32 31
 
33 32
 class Service
Please login to merge, or discard this patch.