@@ -84,7 +84,7 @@ |
||
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 | */ |
@@ -102,7 +102,6 @@ |
||
102 | 102 | * Doctrineのキャッシュを削除します. |
103 | 103 | * APP_ENV=prodの場合のみ実行されます. |
104 | 104 | * |
105 | - * @param null $env |
|
106 | 105 | * @return string |
107 | 106 | * @throws \Exception |
108 | 107 | */ |