Completed
Push — 1.8 ( b7094f...f1162e )
by
unknown
83:38 queued 61:44
created
src/Oro/Bundle/UIBundle/Provider/GroupingChainWidgetProvider.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
3 3
 namespace Oro\Bundle\UIBundle\Provider;
4 4
 
5 5
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
6
-
7 6
 use Doctrine\Common\Util\ClassUtils;
8
-
9 7
 use Oro\Bundle\UIBundle\Event\BeforeGroupingChainWidgetEvent;
10 8
 use Oro\Bundle\UIBundle\Event\Events;
11 9
 
Please login to merge, or discard this patch.
Unit/DependencyInjection/Compiler/ActionWidgetProviderPassAbstractTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Oro\Bundle\UIBundle\Tests\Unit\DependencyInjection\Compiler;
4 4
 
5 5
 use Symfony\Component\DependencyInjection\ContainerBuilder;
6
-
7 6
 use Oro\Bundle\UIBundle\DependencyInjection\Compiler\AbstractGroupingWidgetProviderPass;
8 7
 
9 8
 abstract class ActionWidgetProviderPassAbstractTest extends \PHPUnit_Framework_TestCase
Please login to merge, or discard this patch.
src/Oro/Bundle/UIBundle/Tests/Unit/EventListener/TemplateListenerTest.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\DependencyInjection\ContainerInterface;
6 6
 use Symfony\Component\HttpFoundation\Request;
7
-
8 7
 use Oro\Bundle\UIBundle\EventListener\TemplateListener;
9 8
 
10 9
 class TemplateListenerTest extends \PHPUnit_Framework_TestCase
Please login to merge, or discard this patch.
Oro/Bundle/UIBundle/Tests/Unit/Provider/GroupingChainWidgetProviderTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Oro\Bundle\UIBundle\Tests\Unit\Provider;
4 4
 
5 5
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
6
-
7 6
 use Oro\Bundle\UIBundle\Provider\GroupingChainWidgetProvider;
8 7
 use Oro\Bundle\UIBundle\Provider\LabelProviderInterface;
9 8
 use Oro\Bundle\UIBundle\Provider\WidgetProviderInterface;
Please login to merge, or discard this patch.
src/Oro/Bundle/UIBundle/Tests/Unit/Twig/UiExtensionTest.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\EventDispatcher\EventDispatcherInterface;
6 6
 use Symfony\Component\Form\FormView;
7
-
8 7
 use Oro\Bundle\UIBundle\Twig\UiExtension;
9 8
 use Oro\Bundle\UIBundle\Event\BeforeListRenderEvent;
10 9
 use Oro\Bundle\UIBundle\View\ScrollData;
Please login to merge, or discard this patch.
src/Oro/Bundle/UIBundle/Tools/EntityLabelBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
     /**
81 81
      * Returns significant for building the translation key parts of the class name
82 82
      *
83
-     * @param $className
83
+     * @param string $className
84 84
      *
85 85
      * @return array
86 86
      */
Please login to merge, or discard this patch.
src/Oro/Bundle/UIBundle/Twig/CeilExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
      * PHP ceil wrapper
19 19
      *
20 20
      * @param float $number
21
-     * @return int
21
+     * @return double
22 22
      */
23 23
     public function ceil($number)
24 24
     {
Please login to merge, or discard this patch.
src/Oro/Bundle/UIBundle/Twig/DateExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
     /**
54 54
      * Get translated age string.
55 55
      *
56
-     * @param string|\DateTime $date
56
+     * @param \DateTime $date
57 57
      * @param array $options
58 58
      * @return string
59 59
      */
Please login to merge, or discard this patch.
src/Oro/Bundle/UIBundle/Twig/FormExtension.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
 
47 47
     /**
48 48
      * @param \Twig_Environment $environment
49
-     * @param array $data
49
+     * @param string[] $data
50 50
      * @param FormView $form
51 51
      * @return array
52 52
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Twig_Environment;
6 6
 use Symfony\Component\Form\FormView;
7 7
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
8
-
9 8
 use Oro\Bundle\UIBundle\Event\Events;
10 9
 use Oro\Bundle\UIBundle\Event\BeforeFormRenderEvent;
11 10
 
Please login to merge, or discard this patch.