@@ -112,7 +112,7 @@ discard block |
||
112 | 112 | * |
113 | 113 | * @param WidgetOptionBag $widgetOptions |
114 | 114 | * |
115 | - * @return bool |
|
115 | + * @return WidgetOptionBag |
|
116 | 116 | */ |
117 | 117 | protected function prepareDefaultOptions($widgetOptions) |
118 | 118 | { |
@@ -226,8 +226,8 @@ discard block |
||
226 | 226 | } |
227 | 227 | |
228 | 228 | /** |
229 | - * @param $dataType |
|
230 | - * @param $lessIsBetter |
|
229 | + * @param string $dataType |
|
230 | + * @param boolean $lessIsBetter |
|
231 | 231 | * @param $pastResult |
232 | 232 | * @param $deviation |
233 | 233 | * @param $result |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Symfony\Component\Validator\Constraint; |
6 | 6 | use Symfony\Component\Validator\ConstraintValidator; |
7 | - |
|
8 | 7 | use OroCRM\Bundle\TaskBundle\Validator\Constraints\DueDateRequired; |
9 | 8 | use OroCRM\Bundle\TaskBundle\Entity\Task; |
10 | 9 |