Completed
Pull Request — experimental/sf (#3157)
by Kentaro
151:58 queued 143:16
created
src/Eccube/Util/CacheUtil.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -41,6 +41,9 @@
 block discarded – undo
41 41
         $this->kernel = $kernel;
42 42
     }
43 43
 
44
+    /**
45
+     * @param string $env
46
+     */
44 47
     public function clearCache($env = null)
45 48
     {
46 49
         $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
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
     /**
122 122
      * 文字コードの判定
123 123
      *
124
-     * @param $value
124
+     * @param string $value
125 125
      *
126 126
      * @return string
127 127
      */
Please login to merge, or discard this patch.