@@ -3,9 +3,7 @@ |
||
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 |
@@ -3,7 +3,6 @@ |
||
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 |
@@ -4,7 +4,6 @@ |
||
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 |
@@ -3,7 +3,6 @@ |
||
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; |
@@ -4,7 +4,6 @@ |
||
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; |
@@ -80,7 +80,7 @@ |
||
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 | */ |
@@ -18,7 +18,7 @@ |
||
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 | { |
@@ -53,7 +53,7 @@ |
||
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 | */ |
@@ -46,7 +46,7 @@ |
||
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 | */ |
@@ -5,7 +5,6 @@ |
||
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 |