Completed
Pull Request — 4.0 (#4075)
by Kentaro
05:50
created
src/Eccube/Twig/Extension/EccubeExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -347,7 +347,7 @@
 block discarded – undo
347 347
      *
348 348
      * @param null $currency
349 349
      *
350
-     * @return bool|string
350
+     * @return string|null
351 351
      */
352 352
     public function getCurrencySymbol($currency = null)
353 353
     {
Please login to merge, or discard this patch.
src/Eccube/Util/CacheUtil.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,6 @@
 block discarded – undo
102 102
      * Doctrineのキャッシュを削除します.
103 103
      * APP_ENV=prodの場合のみ実行されます.
104 104
      *
105
-     * @param null $env
106 105
      *
107 106
      * @return string
108 107
      *
Please login to merge, or discard this patch.