@@ -212,7 +212,6 @@ discard block |
||
212 | 212 | * |
213 | 213 | * @param \eZ\Publish\API\Repository\Values\ValueObject $expectedValues |
214 | 214 | * @param \eZ\Publish\API\Repository\Values\ValueObject $actualObject |
215 | - * @param array $propertyNames |
|
216 | 215 | */ |
217 | 216 | protected function assertStructPropertiesCorrect(ValueObject $expectedValues, ValueObject $actualObject, array $additionalProperties = array()) |
218 | 217 | { |
@@ -474,7 +473,7 @@ discard block |
||
474 | 473 | /** |
475 | 474 | * Create role of a given name with the given policies described by an array. |
476 | 475 | * |
477 | - * @param $roleName |
|
476 | + * @param string $roleName |
|
478 | 477 | * @param array $policiesData [['module' => 'content', 'function' => 'read', 'limitations' => []] |
479 | 478 | * |
480 | 479 | * @return \eZ\Publish\API\Repository\Values\User\Role |
@@ -11,7 +11,6 @@ |
||
11 | 11 | use Doctrine\DBAL\Connection; |
12 | 12 | use eZ\Publish\API\Repository\Exceptions\ContentFieldValidationException; |
13 | 13 | use eZ\Publish\API\Repository\Tests\PHPUnitConstraint\ValidationErrorOccurs as PHPUnitConstraintValidationErrorOccurs; |
14 | -use eZ\Publish\API\Repository\Values\Content\Location; |
|
15 | 14 | use EzSystems\EzPlatformSolrSearchEngine\Tests\SetupFactory\LegacySetupFactory as LegacySolrSetupFactory; |
16 | 15 | use PHPUnit\Framework\TestCase; |
17 | 16 | use eZ\Publish\API\Repository\Repository; |