@@ -661,7 +661,7 @@ discard block |
||
661 | 661 | } |
662 | 662 | |
663 | 663 | /** |
664 | - * @return string |
|
664 | + * @return double |
|
665 | 665 | */ |
666 | 666 | public function getVat() |
667 | 667 | { |
@@ -715,7 +715,7 @@ discard block |
||
715 | 715 | /** |
716 | 716 | * @param int $originId |
717 | 717 | * |
718 | - * @return Address|false |
|
718 | + * @return boolean |
|
719 | 719 | */ |
720 | 720 | public function getAddressByOriginId($originId) |
721 | 721 | { |
@@ -165,7 +165,7 @@ discard block |
||
165 | 165 | * @param Channel $channel |
166 | 166 | * @param string $status |
167 | 167 | * |
168 | - * @return \Doctrine\ORM\QueryBuilder |
|
168 | + * @return BufferedQueryResultIterator |
|
169 | 169 | */ |
170 | 170 | public function getCartsByChannelIdsIterator(Channel $channel, $status = 'open') |
171 | 171 | { |
@@ -218,7 +218,7 @@ discard block |
||
218 | 218 | * @param \DateTime $start |
219 | 219 | * @param \DateTime $end |
220 | 220 | * @param AclHelper $aclHelper |
221 | - * @return float|null |
|
221 | + * @return integer|null |
|
222 | 222 | * @throws \Doctrine\ORM\NonUniqueResultException |
223 | 223 | */ |
224 | 224 | public function getAbandonRateByPeriod(\DateTime $start, \DateTime $end, AclHelper $aclHelper) |
@@ -87,7 +87,7 @@ |
||
87 | 87 | /** |
88 | 88 | * @param int $channelId |
89 | 89 | * |
90 | - * @return BufferedQueryResultIterator|Channel[] |
|
90 | + * @return \CallbackFilterIterator |
|
91 | 91 | */ |
92 | 92 | protected function getChannels($channelId = null) |
93 | 93 | { |
@@ -114,9 +114,9 @@ |
||
114 | 114 | } |
115 | 115 | |
116 | 116 | /** |
117 | - * @param object $entity |
|
117 | + * @param Order $entity |
|
118 | 118 | * @param array $data |
119 | - * @param array $excludeProperties |
|
119 | + * @param string[] $excludeProperties |
|
120 | 120 | */ |
121 | 121 | public function setEntityPropertyValues($entity, array $data, array $excludeProperties = []) |
122 | 122 | { |
@@ -750,7 +750,7 @@ discard block |
||
750 | 750 | |
751 | 751 | /** |
752 | 752 | * @param \DateTime $syncedAt |
753 | - * @return Customer |
|
753 | + * @return Order |
|
754 | 754 | */ |
755 | 755 | public function setSyncedAt(\DateTime $syncedAt) |
756 | 756 | { |
@@ -769,7 +769,7 @@ discard block |
||
769 | 769 | |
770 | 770 | /** |
771 | 771 | * @param \DateTime $importedAt |
772 | - * @return Customer |
|
772 | + * @return Order |
|
773 | 773 | */ |
774 | 774 | public function setImportedAt(\DateTime $importedAt) |
775 | 775 | { |
@@ -261,7 +261,7 @@ |
||
261 | 261 | } |
262 | 262 | |
263 | 263 | /** |
264 | - * @return \PHPUnit_Framework_MockObject_MockObject|DatagridInterface |
|
264 | + * @return \PHPUnit_Framework_MockObject_MockObject |
|
265 | 265 | */ |
266 | 266 | protected function getDataGrid() |
267 | 267 | { |