@@ -223,7 +223,7 @@ discard block |
||
| 223 | 223 | |
| 224 | 224 | /** |
| 225 | 225 | * @param Cart $entity |
| 226 | - * @return null |
|
| 226 | + * @return boolean |
|
| 227 | 227 | */ |
| 228 | 228 | protected function hasContactInfo(Cart $entity) |
| 229 | 229 | { |
@@ -266,6 +266,7 @@ discard block |
||
| 266 | 266 | |
| 267 | 267 | /** |
| 268 | 268 | * {@inheritdoc} |
| 269 | + * @param \OroCRM\Bundle\MagentoBundle\Entity\Customer $entity |
|
| 269 | 270 | */ |
| 270 | 271 | protected function findExistingEntity($entity, array $searchContext = []) |
| 271 | 272 | { |