Completed
Push — 1.9 ( 879786...89c35b )
by
unknown
15:34
created
Bundle/TaskBundle/Migrations/Schema/v1_10/UpdateReminderEmailTemplates.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,9 +42,9 @@
 block discarded – undo
42 42
     /**
43 43
      * @param LoggerInterface $logger
44 44
      * @param string          $templateName
45
-     * @param string|array    $dateFilterPattern
45
+     * @param string    $dateFilterPattern
46 46
      * @param string          $dateFilterReplacement
47
-     * @param string|array    $calendarRangePattern
47
+     * @param string[]    $calendarRangePattern
48 48
      * @param string          $calendarRangeReplacement
49 49
      *
50 50
      * @throws ConnectionException
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\TestFrameworkBundle\Tests\Performance;
4 4
 
5 5
 use Symfony\Bundle\FrameworkBundle\Console\Application;
6
-
7 6
 use Symfony\Component\HttpKernel\Kernel;
8 7
 use Symfony\Component\DependencyInjection\Container;
9
-
10 8
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
11 9
 
12 10
 class LoadTest extends WebTestCase
Please login to merge, or discard this patch.