Completed
Push — 1.9 ( 30c3e5...ca8b96 )
by
unknown
42:25
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.
Bundle/TaskBundle/Migrations/Schema/v1_10/FIxReminderEmailTemplates.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,9 +51,9 @@
 block discarded – undo
51 51
     /**
52 52
      * @param LoggerInterface $logger
53 53
      * @param string $templateName
54
-     * @param string|array $pattern
54
+     * @param string $pattern
55 55
      * @param string $replacement
56
-     * @param string|array $patternCalendarRange
56
+     * @param string[] $patternCalendarRange
57 57
      * @param string $replacementCalendarRange
58 58
      * @throws \Exception
59 59
      * @throws ConnectionException
Please login to merge, or discard this patch.