Failed Conditions
Push — dev/plugin-misc ( f22d99...066a4d )
by Kiyotaka
10:54 queued 03:43
created
src/Eccube/Controller/Admin/Content/LayoutController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
      * @param BlockRepository $blockRepository
85 85
      * @param LayoutRepository $layoutRepository
86 86
      * @param PageLayoutRepository $pageLayoutRepository
87
-     * @param pageRepository $pageRepository
87
+     * @param PageRepository $pageRepository
88 88
      * @param ProductRepository $productRepository
89 89
      * @param DeviceTypeRepository $deviceTypeRepository
90 90
      */
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
      * @return string
107 106
      * @throws \Exception
108 107
      */
Please login to merge, or discard this patch.