@@ -70,7 +70,7 @@ |
||
70 | 70 | } |
71 | 71 | |
72 | 72 | /** |
73 | - * @return $this |
|
73 | + * @return TrackingWebsites |
|
74 | 74 | */ |
75 | 75 | public function delete() |
76 | 76 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Oro\Bundle\TrackingBundle\Tests\Selenium\Pages; |
4 | 4 | |
5 | 5 | use PHPUnit_Framework_Assert; |
6 | - |
|
7 | 6 | use Oro\Bundle\TestFrameworkBundle\Pages\AbstractPageEntity; |
8 | 7 | |
9 | 8 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Oro\Bundle\TrackingBundle\Tests\Selenium\Pages; |
4 | 4 | |
5 | 5 | use PHPUnit_Framework_Assert; |
6 | - |
|
7 | 6 | use Oro\Bundle\TestFrameworkBundle\Pages\AbstractPageFilteredGrid; |
8 | 7 | |
9 | 8 | /** |
@@ -39,7 +39,7 @@ |
||
39 | 39 | |
40 | 40 | /** |
41 | 41 | * @param string $method |
42 | - * @param bool $formValid |
|
42 | + * @param bool $isFormValid |
|
43 | 43 | * @param bool $isFlushCalled |
44 | 44 | * |
45 | 45 | * @dataProvider processProvider |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Oro\Bundle\TrackingBundle\Tests\Unit\Form\Handler; |
4 | 4 | |
5 | 5 | use Symfony\Component\HttpFoundation\Request; |
6 | - |
|
7 | 6 | use Oro\Bundle\TrackingBundle\Entity\TrackingWebsite; |
8 | 7 | use Oro\Bundle\TrackingBundle\Form\Handler\TrackingWebsiteHandler; |
9 | 8 |
@@ -3,11 +3,9 @@ |
||
3 | 3 | namespace Oro\Bundle\TrackingBundle\Tools; |
4 | 4 | |
5 | 5 | use Oro\Bundle\EntityConfigBundle\Config\ConfigManager; |
6 | - |
|
7 | 6 | use Oro\Bundle\EntityExtendBundle\Tools\AssociationBuilder; |
8 | 7 | use Oro\Bundle\EntityExtendBundle\Tools\ExtendConfigDumper; |
9 | 8 | use Oro\Bundle\EntityExtendBundle\Tools\DumperExtensions\AbstractEntityConfigDumperExtension; |
10 | - |
|
11 | 9 | use Oro\Bundle\TrackingBundle\Migration\Extension\VisitEventAssociationExtension; |
12 | 10 | use Oro\Bundle\TrackingBundle\Provider\TrackingEventIdentificationProvider; |
13 | 11 |
@@ -7,11 +7,8 @@ |
||
7 | 7 | use Symfony\Component\Console\Input\InputInterface; |
8 | 8 | use Symfony\Component\Console\Output\OutputInterface; |
9 | 9 | use Symfony\Component\Filesystem\Filesystem; |
10 | - |
|
11 | 10 | use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; |
12 | - |
|
13 | 11 | use Oro\Component\Log\OutputLogger; |
14 | - |
|
15 | 12 | use Oro\Bundle\TranslationBundle\Provider\AbstractAPIAdapter; |
16 | 13 | use Oro\Bundle\TranslationBundle\Provider\TranslationServiceProvider; |
17 | 14 | use Oro\Bundle\TranslationBundle\Provider\TranslationPackDumper; |
@@ -7,11 +7,8 @@ |
||
7 | 7 | use FOS\RestBundle\Controller\Annotations\QueryParam; |
8 | 8 | use FOS\RestBundle\Controller\FOSRestController; |
9 | 9 | use FOS\RestBundle\Util\Codes; |
10 | - |
|
11 | 10 | use Nelmio\ApiDocBundle\Annotation\ApiDoc; |
12 | - |
|
13 | 11 | use Symfony\Component\HttpFoundation\Response; |
14 | - |
|
15 | 12 | use Oro\Bundle\SoapBundle\Controller\Api\Rest\RestGetController; |
16 | 13 | use Oro\Bundle\SoapBundle\Handler\Context; |
17 | 14 |
@@ -63,7 +63,7 @@ |
||
63 | 63 | } |
64 | 64 | |
65 | 65 | /** |
66 | - * @param mixed $key |
|
66 | + * @param string $key |
|
67 | 67 | * @return $this |
68 | 68 | */ |
69 | 69 | public function setKey($key) |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use Doctrine\ORM\QueryBuilder; |
15 | 15 | use Doctrine\ORM\Query; |
16 | 16 | use Gedmo\Translatable\Query\TreeWalker\TranslationWalker; |
17 | - |
|
18 | 17 | use Oro\Bundle\TranslationBundle\Form\DataTransformer\CollectionToArrayTransformer; |
19 | 18 | |
20 | 19 | class TranslatableEntityType extends AbstractType |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Psr\Log\LoggerAwareTrait; |
6 | 6 | use Psr\Log\NullLogger; |
7 | - |
|
8 | 7 | use Guzzle\Http\Exception\BadResponseException; |
9 | 8 | use Guzzle\Http\Client; |
10 | 9 | use Guzzle\Http\Message\Request; |