Completed
Push — master ( d7a3f6...44e45d )
by
unknown
10:44
created
src/OroCRM/Bundle/SalesBundle/Entity/Opportunity.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -491,7 +491,7 @@  discard block
 block discarded – undo
491 491
     }
492 492
 
493 493
     /**
494
-     * @param MultiCurrency $budgetAmount|null
494
+     * @param MultiCurrency $budgetAmount
495 495
      * @return Opportunity
496 496
      */
497 497
     public function setBudgetAmount(MultiCurrency $budgetAmount = null)
@@ -761,7 +761,7 @@  discard block
 block discarded – undo
761 761
     }
762 762
 
763 763
     /**
764
-     * @param MultiCurrency $closeRevenue|null
764
+     * @param MultiCurrency $closeRevenue
765 765
      * @return Opportunity
766 766
      */
767 767
     public function setCloseRevenue(MultiCurrency $closeRevenue = null)
Please login to merge, or discard this patch.
SalesBundle/Tests/Functional/Fixture/LoadOpportunityStatusBoardFixtures.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.