Completed
Push — master ( cae295...8cff55 )
by
unknown
13:42
created
src/OroCRM/Bundle/CallBundle/Tests/Unit/Form/Handler/CallHandlerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -410,7 +410,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/OroCRM/Bundle/CampaignBundle/Transport/EmailTransport.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.