Completed
Push — master ( bc9b71...b8b5e6 )
by
unknown
63:33
created
src/Oro/Bundle/EntityExtendBundle/Form/Type/FieldType.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\Component\PropertyAccess\Tests\Unit;
4 4
 
5 5
 use Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException;
6
-
7 6
 use Oro\Component\PropertyAccess\PropertyAccessor;
8 7
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClass;
9 8
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClassMagicCall;
Please login to merge, or discard this patch.
src/Oro/Bundle/EntityExtendBundle/Form/Type/RelationType.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\Component\PropertyAccess\Tests\Unit;
4 4
 
5 5
 use Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException;
6
-
7 6
 use Oro\Component\PropertyAccess\PropertyAccessor;
8 7
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClass;
9 8
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClassMagicCall;
Please login to merge, or discard this patch.
src/Oro/Bundle/EntityExtendBundle/Form/Type/TargetFieldType.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\Component\PropertyAccess\Tests\Unit;
4 4
 
5 5
 use Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException;
6
-
7 6
 use Oro\Component\PropertyAccess\PropertyAccessor;
8 7
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClass;
9 8
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClassMagicCall;
Please login to merge, or discard this patch.
src/Oro/Bundle/EntityExtendBundle/Form/Type/UniqueKeyCollectionType.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\Component\PropertyAccess\Tests\Unit;
4 4
 
5 5
 use Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException;
6
-
7 6
 use Oro\Component\PropertyAccess\PropertyAccessor;
8 7
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClass;
9 8
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClassMagicCall;
Please login to merge, or discard this patch.
src/Oro/Bundle/EntityExtendBundle/Grid/AbstractFieldsExtension.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\Component\PropertyAccess\Tests\Unit;
4 4
 
5 5
 use Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException;
6
-
7 6
 use Oro\Component\PropertyAccess\PropertyAccessor;
8 7
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClass;
9 8
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClassMagicCall;
Please login to merge, or discard this patch.
src/Oro/Bundle/EntityExtendBundle/Grid/DynamicFieldsExtension.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\Component\PropertyAccess\Tests\Unit;
4 4
 
5 5
 use Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException;
6
-
7 6
 use Oro\Component\PropertyAccess\PropertyAccessor;
8 7
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClass;
9 8
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClassMagicCall;
Please login to merge, or discard this patch.
src/Oro/Bundle/EntityExtendBundle/Migration/ExtendConfigProcessor.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\Component\PropertyAccess\Tests\Unit;
4 4
 
5 5
 use Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException;
6
-
7 6
 use Oro\Component\PropertyAccess\PropertyAccessor;
8 7
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClass;
9 8
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClassMagicCall;
Please login to merge, or discard this patch.
src/Oro/Bundle/EntityExtendBundle/Migration/Extension/ExtendExtension.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Oro\Component\PropertyAccess\Tests\Unit;
4 4
 
5 5
 use Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException;
6
-
7 6
 use Oro\Component\PropertyAccess\PropertyAccessor;
8 7
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClass;
9 8
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClassMagicCall;
Please login to merge, or discard this patch.
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -270,7 +270,7 @@  discard block
 block discarded – undo
270 270
      * @param string        $enumCode        The target enum identifier
271 271
      * @param bool          $isMultiple      Indicates whether several options can be selected for this enum
272 272
      *                                       or it supports only one selected option
273
-     * @param bool|string[] $immutable       Indicates whether the changing the list of enum values and
273
+     * @param boolean $immutable       Indicates whether the changing the list of enum values and
274 274
      *                                       public flag is allowed or not. More details can be found
275 275
      *                                       in entity_config.yml
276 276
      * @param array         $options
@@ -341,7 +341,7 @@  discard block
 block discarded – undo
341 341
      * Adds one-to-many relation
342 342
      *
343 343
      * @param Schema       $schema
344
-     * @param Table|string $table                     A Table object or table name
344
+     * @param Table $table                     A Table object or table name
345 345
      * @param string       $associationName           The name of a relation field
346 346
      * @param Table|string $targetTable               A Table object or table name
347 347
      * @param string[]     $targetTitleColumnNames    Column names are used to show a title of related entity
@@ -416,7 +416,7 @@  discard block
 block discarded – undo
416 416
      * Adds the inverse side of a one-to-many relation
417 417
      *
418 418
      * @param Schema       $schema
419
-     * @param Table|string $table                     A Table object or table name
419
+     * @param Table $table                     A Table object or table name
420 420
      * @param string       $associationName           The name of a relation field
421 421
      * @param Table|string $targetTable               A Table object or table name
422 422
      * @param string       $targetAssociationName     The name of a relation field on the inverse side
@@ -586,7 +586,7 @@  discard block
 block discarded – undo
586 586
      * Adds the inverse side of a many-to-many relation
587 587
      *
588 588
      * @param Schema       $schema
589
-     * @param Table|string $table                     A Table object or table name
589
+     * @param Table $table                     A Table object or table name
590 590
      * @param string       $associationName           The name of a relation field
591 591
      * @param Table|string $targetTable               A Table object or table name
592 592
      * @param string       $targetAssociationName     The name of a relation field on the inverse side
@@ -667,7 +667,7 @@  discard block
 block discarded – undo
667 667
      * Adds many-to-one relation
668 668
      *
669 669
      * @param Schema       $schema
670
-     * @param Table|string $table            A Table object or table name
670
+     * @param Table $table            A Table object or table name
671 671
      * @param string       $associationName  The name of a relation field
672 672
      * @param Table|string $targetTable      A Table object or table name
673 673
      * @param string       $targetColumnName A column name is used to show related entity
@@ -724,7 +724,7 @@  discard block
 block discarded – undo
724 724
      * Adds the inverse side of a many-to-one relation
725 725
      *
726 726
      * @param Schema       $schema
727
-     * @param Table|string $table                     A Table object or table name
727
+     * @param Table $table                     A Table object or table name
728 728
      * @param string       $associationName           The name of a relation field
729 729
      * @param Table|string $targetTable               A Table object or table name
730 730
      * @param string       $targetAssociationName     The name of a relation field on the inverse side
Please login to merge, or discard this patch.
Oro/Bundle/EntityExtendBundle/Migration/UpdateExtendIndicesMigration.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\Component\PropertyAccess\Tests\Unit;
4 4
 
5 5
 use Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException;
6
-
7 6
 use Oro\Component\PropertyAccess\PropertyAccessor;
8 7
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClass;
9 8
 use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClassMagicCall;
Please login to merge, or discard this patch.