Completed
Pull Request — master (#57)
by Patrick
02:53
created
src/CacheTool/Command/OpcacheInvalidateScriptsCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -76,6 +76,9 @@
 block discarded – undo
76 76
         return $list;
77 77
     }
78 78
 
79
+    /**
80
+     * @return string
81
+     */
79 82
     protected function processFilename($filename)
80 83
     {
81 84
         $dir = getcwd();
Please login to merge, or discard this patch.
src/CacheTool/Adapter/Web.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -43,6 +43,7 @@
 block discarded – undo
43 43
     }
44 44
 
45 45
     /**
46
+     * @param string $filename
46 47
      * @return string
47 48
      */
48 49
     protected function createWebFile($filename)
Please login to merge, or discard this patch.