Completed
Pull Request — experimental/sf (#3412)
by Kentaro
14:51 queued 07:29
created
src/Eccube/Util/CacheUtil.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -46,6 +46,9 @@
 block discarded – undo
46 46
         $this->kernel = $kernel;
47 47
     }
48 48
 
49
+    /**
50
+     * @param string $env
51
+     */
49 52
     public function clearCache($env = null)
50 53
     {
51 54
         $this->clearCacheAfterResponse = $env;
Please login to merge, or discard this patch.