@@ -3,7 +3,6 @@ |
||
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; |
@@ -3,7 +3,6 @@ |
||
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; |
@@ -3,7 +3,6 @@ |
||
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; |
@@ -3,7 +3,6 @@ |
||
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; |
@@ -3,7 +3,6 @@ |
||
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; |
@@ -3,7 +3,6 @@ |
||
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; |
@@ -3,7 +3,6 @@ |
||
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; |
@@ -3,7 +3,6 @@ |
||
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; |
@@ -270,7 +270,7 @@ discard block |
||
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 |
||
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 |
||
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 |
||
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 |
||
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 |
||
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 |
@@ -3,7 +3,6 @@ |
||
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; |