@@ -83,6 +83,7 @@ |
||
83 | 83 | |
84 | 84 | /** |
85 | 85 | * {@inheritdoc} |
86 | + * @param string $methodName |
|
86 | 87 | */ |
87 | 88 | protected function getSupportedQueryParameters($methodName) |
88 | 89 | { |
@@ -307,13 +307,12 @@ discard block |
||
307 | 307 | /** |
308 | 308 | * @param ObjectManager $om |
309 | 309 | * @param Store $store |
310 | - * @param Integration $integration |
|
311 | 310 | * @param Customer $customer |
312 | 311 | * @param string $status |
313 | 312 | * @param Cart $cart |
314 | 313 | * @param string $paymentMethod |
315 | 314 | * @param string $paymentMethodDetails |
316 | - * @param mixed $origin |
|
315 | + * @param integer $origin |
|
317 | 316 | * |
318 | 317 | * @return Order |
319 | 318 | */ |
@@ -529,7 +528,6 @@ discard block |
||
529 | 528 | |
530 | 529 | /** |
531 | 530 | * @param ObjectManager $om |
532 | - * @param Website $website |
|
533 | 531 | * @param Store $store |
534 | 532 | * @param CustomerGroup $group |
535 | 533 | * @param Channel $channel |
@@ -114,7 +114,7 @@ |
||
114 | 114 | |
115 | 115 | /** |
116 | 116 | * @param ObjectManager $om |
117 | - * @param array $websites |
|
117 | + * @param TrackingWebsite[] $websites |
|
118 | 118 | * |
119 | 119 | * @return TrackingEventDictionary[] |
120 | 120 | */ |
@@ -328,7 +328,7 @@ |
||
328 | 328 | * |
329 | 329 | * Returns the list of recurring events. |
330 | 330 | * |
331 | - * @return array |
|
331 | + * @return CalendarEvent[] |
|
332 | 332 | */ |
333 | 333 | protected function getRecurringEvents() |
334 | 334 | { |
@@ -85,7 +85,7 @@ |
||
85 | 85 | /** |
86 | 86 | * Checks if the form type should be read-only or not |
87 | 87 | * |
88 | - * @param array $options |
|
88 | + * @param Options $options |
|
89 | 89 | * |
90 | 90 | * @return bool |
91 | 91 | */ |
@@ -137,7 +137,7 @@ |
||
137 | 137 | * As guest customer entity not exist in Magento as separate entity and saved in order |
138 | 138 | * find guest by customer email |
139 | 139 | * |
140 | - * @param object $entity |
|
140 | + * @param \OroCRM\Bundle\MagentoBundle\Entity\Cart|null $entity |
|
141 | 141 | * @param array $searchContext |
142 | 142 | * @return null|object |
143 | 143 | */ |
@@ -155,7 +155,7 @@ |
||
155 | 155 | * @param string $filterType date filter type ('date' or 'datetime') |
156 | 156 | * @param QueryBuilder $queryBuilder |
157 | 157 | * |
158 | - * @return string|bool |
|
158 | + * @return false|string |
|
159 | 159 | */ |
160 | 160 | protected function buildDateCondition(array $options, $fieldName, $filterType, QueryBuilder $queryBuilder) |
161 | 161 | { |
@@ -20,6 +20,7 @@ |
||
20 | 20 | |
21 | 21 | /** |
22 | 22 | * {@inheritdoc} |
23 | + * @param \OroCRM\Bundle\SalesBundle\Entity\Opportunity $entity |
|
23 | 24 | */ |
24 | 25 | public function afterProcess($entity) |
25 | 26 | { |
@@ -86,7 +86,7 @@ |
||
86 | 86 | /** |
87 | 87 | * @param Schema $schema |
88 | 88 | * @param ExtendExtension $extendExtension |
89 | - * @param array $immutableCodes |
|
89 | + * @param string[] $immutableCodes |
|
90 | 90 | */ |
91 | 91 | public static function addStatusField(Schema $schema, ExtendExtension $extendExtension, array $immutableCodes) |
92 | 92 | { |