Completed
Branch support-coverage (9b57a3)
by Kentaro
08:32
created
src/Eccube/Util/CacheUtil.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -51,6 +51,9 @@
 block discarded – undo
51 51
         $this->kernel = $kernel;
52 52
     }
53 53
 
54
+    /**
55
+     * @param string $env
56
+     */
54 57
     public function clearCache($env = null)
55 58
     {
56 59
         $console = new Application($this->kernel);
Please login to merge, or discard this patch.
src/Eccube/Util/StringUtil.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
131 131
     /**
132 132
      * 文字コードの判定
133 133
      *
134
-     * @param $value
134
+     * @param string $value
135 135
      *
136 136
      * @return string
137 137
      */
Please login to merge, or discard this patch.