@@ -96,6 +96,9 @@ discard block |
||
96 | 96 | $this->configureTranslations($container, $enabled, $pluginDir); |
97 | 97 | } |
98 | 98 | |
99 | + /** |
|
100 | + * @param string $pluginDir |
|
101 | + */ |
|
99 | 102 | protected function configureTwigPaths(ContainerBuilder $container, $enabled, $pluginDir) |
100 | 103 | { |
101 | 104 | $paths = []; |
@@ -114,6 +117,9 @@ discard block |
||
114 | 117 | } |
115 | 118 | } |
116 | 119 | |
120 | + /** |
|
121 | + * @param string $pluginDir |
|
122 | + */ |
|
117 | 123 | protected function configureTranslations(ContainerBuilder $container, $enabled, $pluginDir) |
118 | 124 | { |
119 | 125 | $paths = []; |
@@ -155,6 +161,9 @@ discard block |
||
155 | 161 | return empty($tables) ? false : true; |
156 | 162 | } |
157 | 163 | |
164 | + /** |
|
165 | + * @param string $pluginDir |
|
166 | + */ |
|
158 | 167 | protected function getPluginDirectories($pluginDir) |
159 | 168 | { |
160 | 169 | $finder = (new Finder()) |
@@ -179,7 +179,7 @@ |
||
179 | 179 | * 明細追加処理. |
180 | 180 | * |
181 | 181 | * @param ItemHolderInterface $itemHolder |
182 | - * @param $discount |
|
182 | + * @param integer $discount |
|
183 | 183 | */ |
184 | 184 | private function addPointDiscountItem(ItemHolderInterface $itemHolder, $discount) |
185 | 185 | { |
@@ -1,11 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | use Codeception\Util\Fixtures; |
4 | -use Page\Admin\CsvSettingsPage; |
|
5 | 4 | use Page\Admin\ShippingManagePage; |
6 | 5 | use Page\Admin\ShippingEditPage; |
7 | 6 | use Page\Admin\OrderEditPage; |
8 | -use Eccube\Entity\Master\ShippingStatus; |
|
9 | 7 | |
10 | 8 | /** |
11 | 9 | * @group admin |