Completed
Push — 1.8 ( b7094f...f1162e )
by
unknown
83:38 queued 61:44
created
Tests/Unit/Serializer/Normalizer/ConfigurableEntityNormalizerTest.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\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
 
Please login to merge, or discard this patch.
src/Oro/Bundle/ImportExportBundle/Writer/EntityDetachFixer.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,9 +6,7 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
src/Oro/Bundle/InstallerBundle/Command/AbstractCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Oro/Bundle/InstallerBundle/Command/LoadPackageDemoDataCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Oro/Bundle/InstallerBundle/CommandExecutor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Oro/Bundle/InstallerBundle/Composer/PermissionsHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
     }
86 86
 
87 87
     /**
88
-     * @return array
88
+     * @return string[]
89 89
      */
90 90
     protected function getUsers()
91 91
     {
Please login to merge, or discard this patch.
src/Oro/Bundle/InstallerBundle/Process/Step/AbstractStep.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Oro/Bundle/InstallerBundle/Process/Step/InstallationStep.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\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;
Please login to merge, or discard this patch.
src/Oro/Bundle/InstallerBundle/Process/Step/SetupStep.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\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;
Please login to merge, or discard this patch.