@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Oro\Bundle\ImportExportBundle\Tests\Unit\Serializer\Normalizer; |
4 | 4 | |
5 | 5 | use Symfony\Component\PropertyAccess\PropertyAccess; |
6 | - |
|
7 | 6 | use Oro\Bundle\EntityExtendBundle\Extend\FieldTypeHelper; |
8 | 7 | use Oro\Bundle\ImportExportBundle\Serializer\Normalizer\ConfigurableEntityNormalizer; |
9 | 8 |
@@ -85,7 +85,7 @@ |
||
85 | 85 | |
86 | 86 | /** |
87 | 87 | * @param Collection $collection |
88 | - * @param $level |
|
88 | + * @param integer $level |
|
89 | 89 | */ |
90 | 90 | protected function fixCollectionField($collection, $level) |
91 | 91 | { |
@@ -6,9 +6,7 @@ |
||
6 | 6 | use Doctrine\Common\Util\ClassUtils; |
7 | 7 | use Doctrine\ORM\EntityManager; |
8 | 8 | use Doctrine\ORM\UnitOfWork; |
9 | - |
|
10 | 9 | use Symfony\Component\PropertyAccess\PropertyAccess; |
11 | - |
|
12 | 10 | use Oro\Bundle\EntityBundle\Provider\EntityFieldProvider; |
13 | 11 | |
14 | 12 | /** |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Symfony\Component\Console\Input\InputOption; |
7 | 7 | use Symfony\Component\Console\Output\OutputInterface; |
8 | 8 | use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; |
9 | - |
|
10 | 9 | use Oro\Bundle\InstallerBundle\CommandExecutor; |
11 | 10 | |
12 | 11 | abstract class AbstractCommand extends ContainerAwareCommand |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Symfony\Component\Console\Input\InputArgument; |
8 | 8 | use Symfony\Component\Console\Output\OutputInterface; |
9 | 9 | use Symfony\Component\HttpKernel\Bundle\BundleInterface; |
10 | - |
|
11 | 10 | use Oro\Bundle\MigrationBundle\Command\LoadDataFixturesCommand; |
12 | 11 | use Oro\Bundle\MigrationBundle\Migration\Loader\DataFixturesLoader; |
13 | 12 |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException; |
9 | 9 | use Symfony\Component\Process\Process; |
10 | 10 | use Symfony\Component\Process\ProcessBuilder; |
11 | - |
|
12 | 11 | use Oro\Bundle\CacheBundle\Manager\OroDataCacheManager; |
13 | 12 | use Oro\Bundle\InstallerBundle\Process\PhpExecutableFinder; |
14 | 13 |
@@ -85,7 +85,7 @@ |
||
85 | 85 | } |
86 | 86 | |
87 | 87 | /** |
88 | - * @return array |
|
88 | + * @return string[] |
|
89 | 89 | */ |
90 | 90 | protected function getUsers() |
91 | 91 | { |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Symfony\Bundle\FrameworkBundle\Console\Application; |
7 | 7 | use Symfony\Component\HttpFoundation\JsonResponse; |
8 | 8 | use Symfony\Component\Console\Output\StreamOutput; |
9 | - |
|
10 | 9 | use Sylius\Bundle\FlowBundle\Process\Step\ControllerStep; |
11 | 10 | |
12 | 11 | abstract class AbstractStep extends ControllerStep |
@@ -3,9 +3,7 @@ |
||
3 | 3 | namespace Oro\Bundle\InstallerBundle\Process\Step; |
4 | 4 | |
5 | 5 | use Sylius\Bundle\FlowBundle\Process\Context\ProcessContextInterface; |
6 | - |
|
7 | 6 | use Symfony\Component\HttpFoundation\JsonResponse; |
8 | - |
|
9 | 7 | use Oro\Bundle\InstallerBundle\InstallerEvents; |
10 | 8 | use Oro\Bundle\InstallerBundle\CommandExecutor; |
11 | 9 | use Oro\Bundle\InstallerBundle\ScriptExecutor; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Oro\Bundle\InstallerBundle\Process\Step; |
4 | 4 | |
5 | 5 | use Sylius\Bundle\FlowBundle\Process\Context\ProcessContextInterface; |
6 | - |
|
7 | 6 | use Oro\Bundle\UserBundle\Migrations\Data\ORM\LoadAdminUserData; |
8 | 7 | use Oro\Bundle\ConfigBundle\Config\ConfigManager; |
9 | 8 | use Oro\Bundle\UserBundle\Entity\User; |