@@ -70,7 +70,7 @@ discard block |
||
| 70 | 70 | * |
| 71 | 71 | * @param StoreManager $storeManager |
| 72 | 72 | * @param Category $sitemapCategoryCollection |
| 73 | - * @param Product $sitmapProductCollection |
|
| 73 | + * @param Product $sitemapProductCollection |
|
| 74 | 74 | * @param Page $sitemapPageCollection |
| 75 | 75 | */ |
| 76 | 76 | public function inject( |
@@ -146,7 +146,6 @@ discard block |
||
| 146 | 146 | } |
| 147 | 147 | |
| 148 | 148 | /** |
| 149 | - * @param string $resourceModel |
|
| 150 | 149 | * @param string $linkBaseUrl |
| 151 | 150 | * @param string $storeId |
| 152 | 151 | * @param array $urls |
@@ -9,7 +9,7 @@ discard block |
||
| 9 | 9 | class InstallSampleData extends AbstractSubCommand |
| 10 | 10 | { |
| 11 | 11 | /** |
| 12 | - * @return bool |
|
| 12 | + * @return false|null |
|
| 13 | 13 | */ |
| 14 | 14 | public function execute() |
| 15 | 15 | { |
@@ -36,6 +36,7 @@ discard block |
||
| 36 | 36 | } |
| 37 | 37 | |
| 38 | 38 | /** |
| 39 | + * @param string $command |
|
| 39 | 40 | * @return array |
| 40 | 41 | */ |
| 41 | 42 | private function runMagentoCommand($command) |