@@ -410,7 +410,7 @@ |
||
410 | 410 | |
411 | 411 | /** |
412 | 412 | * @param mixed $obj |
413 | - * @param mixed $val |
|
413 | + * @param integer $val |
|
414 | 414 | */ |
415 | 415 | protected function setId($obj, $val) |
416 | 416 | { |
@@ -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 |