@@ -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 | { |