@@ -93,7 +93,7 @@ discard block |
||
| 93 | 93 | } |
| 94 | 94 | |
| 95 | 95 | /** |
| 96 | - * @param int[] $integrationIds |
|
| 96 | + * @param int[] $integrationId |
|
| 97 | 97 | * @param int[]|null $customersIds |
| 98 | 98 | * @param int $batchSize |
| 99 | 99 | */ |
@@ -208,7 +208,7 @@ discard block |
||
| 208 | 208 | /** |
| 209 | 209 | * @param array $listProperties |
| 210 | 210 | * @param $firstEntity |
| 211 | - * @param $secondEntity |
|
| 211 | + * @param Address $secondEntity |
|
| 212 | 212 | */ |
| 213 | 213 | protected function copyProperties($listProperties, $firstEntity, $secondEntity) |
| 214 | 214 | { |
@@ -255,7 +255,7 @@ discard block |
||
| 255 | 255 | } |
| 256 | 256 | |
| 257 | 257 | /** |
| 258 | - * @param $context |
|
| 258 | + * @param Context $context |
|
| 259 | 259 | * |
| 260 | 260 | * @return $this |
| 261 | 261 | */ |
@@ -268,7 +268,7 @@ discard block |
||
| 268 | 268 | |
| 269 | 269 | /** |
| 270 | 270 | * @param Customer $customer |
| 271 | - * @param $id |
|
| 271 | + * @param integer $id |
|
| 272 | 272 | * |
| 273 | 273 | * @return Address|null |
| 274 | 274 | * @throws \Exception |
@@ -150,8 +150,8 @@ discard block |
||
| 150 | 150 | } |
| 151 | 151 | |
| 152 | 152 | /** |
| 153 | - * @param $table |
|
| 154 | - * @param $method |
|
| 153 | + * @param string $table |
|
| 154 | + * @param string $method |
|
| 155 | 155 | * |
| 156 | 156 | * @return array |
| 157 | 157 | */ |
@@ -283,7 +283,7 @@ discard block |
||
| 283 | 283 | } |
| 284 | 284 | |
| 285 | 285 | /** |
| 286 | - * @param $oid |
|
| 286 | + * @param integer $oid |
|
| 287 | 287 | * @param Account $account |
| 288 | 288 | * @param MagentoAddress $address |
| 289 | 289 | * |