Completed
Push — master ( 93694a...685540 )
by
unknown
09:24
created
src/OroCRM/Bundle/SalesBundle/Provider/ForecastOfOpportunities.php 2 patches
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this 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.