Completed
Push — fix#4063 ( 31483b )
by NOBU
06:06
created
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
      * @return string
107 106
      * @throws \Exception
108 107
      */
Please login to merge, or discard this patch.
src/Eccube/Twig/Extension/EccubeExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -346,7 +346,7 @@
 block discarded – undo
346 346
      * Get currency symbol
347 347
      *
348 348
      * @param null $currency
349
-     * @return bool|string
349
+     * @return string|null
350 350
      */
351 351
     public function getCurrencySymbol($currency = null)
352 352
     {
Please login to merge, or discard this patch.