@@ -53,7 +53,7 @@ discard block |
||
| 53 | 53 | * Returns array with category entities |
| 54 | 54 | * if they don't exist will be created |
| 55 | 55 | * |
| 56 | - * @param array $categories |
|
| 56 | + * @param string[] $categories |
|
| 57 | 57 | * @return \Shopware\Models\Category\Category[] |
| 58 | 58 | */ |
| 59 | 59 | abstract public function resolve(array $categories); |
@@ -70,7 +70,7 @@ discard block |
||
| 70 | 70 | /** |
| 71 | 71 | * Stores raw Shopware Connect categories |
| 72 | 72 | * |
| 73 | - * @param array $categories |
|
| 73 | + * @param string[] $categories |
|
| 74 | 74 | * @param int $articleId |
| 75 | 75 | * @return void |
| 76 | 76 | */ |
@@ -98,7 +98,7 @@ discard block |
||
| 98 | 98 | |
| 99 | 99 | /** |
| 100 | 100 | * @param RemoteCategory[] $remoteCategories |
| 101 | - * @param $articleId |
|
| 101 | + * @param integer $articleId |
|
| 102 | 102 | */ |
| 103 | 103 | private function addProductToRemoteCategory(array $remoteCategories, $articleId) |
| 104 | 104 | { |