Completed
Push — master ( aa1a76...70913b )
by Ryan
09:56
created
src/Service.php 1 patch
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.