@@ -433,7 +433,7 @@ discard block |
||
433 | 433 | /** |
434 | 434 | * Loads role assignment for specified assignment ID. |
435 | 435 | * |
436 | - * @param mixed $roleAssignmentId |
|
436 | + * @param integer $roleAssignmentId |
|
437 | 437 | * |
438 | 438 | * @return array |
439 | 439 | */ |
@@ -464,7 +464,7 @@ discard block |
||
464 | 464 | /** |
465 | 465 | * Loads role assignments for specified content ID. |
466 | 466 | * |
467 | - * @param mixed $groupId |
|
467 | + * @param integer $groupId |
|
468 | 468 | * @param bool $inherited |
469 | 469 | * |
470 | 470 | * @return array |
@@ -509,7 +509,7 @@ discard block |
||
509 | 509 | /** |
510 | 510 | * Loads role assignments for given role ID. |
511 | 511 | * |
512 | - * @param mixed $roleId |
|
512 | + * @param integer $roleId |
|
513 | 513 | * |
514 | 514 | * @return array |
515 | 515 | */ |
@@ -196,7 +196,7 @@ discard block |
||
196 | 196 | * @param string $operator |
197 | 197 | * @param string $value |
198 | 198 | * |
199 | - * @return callback |
|
199 | + * @return \Closure |
|
200 | 200 | */ |
201 | 201 | protected function getTransposeClosure($operator, $value) |
202 | 202 | { |
@@ -216,7 +216,7 @@ discard block |
||
216 | 216 | * |
217 | 217 | * @param string $char |
218 | 218 | * |
219 | - * @return callback |
|
219 | + * @return \Closure |
|
220 | 220 | */ |
221 | 221 | protected function compileTargetCharacter($char) |
222 | 222 | { |
@@ -21,7 +21,6 @@ |
||
21 | 21 | * Constructor. |
22 | 22 | * |
23 | 23 | * @param \eZ\Publish\Core\Persistence\TransformationProcessor\PcreCompiler $compiler |
24 | - * @param string $installDir Base dir for rule loading |
|
25 | 24 | * @param array $ruleFiles |
26 | 25 | */ |
27 | 26 | public function __construct(PcreCompiler $compiler, array $ruleFiles = array()) |
@@ -1312,7 +1312,7 @@ discard block |
||
1312 | 1312 | * @param \eZ\Publish\API\Repository\Values\Content\ContentUpdateStruct $contentUpdateStruct |
1313 | 1313 | * @param \eZ\Publish\API\Repository\Values\Content\Content $content |
1314 | 1314 | * |
1315 | - * @return array |
|
1315 | + * @return string[] |
|
1316 | 1316 | */ |
1317 | 1317 | protected function getLanguageCodesForUpdate(APIContentUpdateStruct $contentUpdateStruct, APIContent $content) |
1318 | 1318 | { |
@@ -1439,7 +1439,7 @@ discard block |
||
1439 | 1439 | * @param \eZ\Publish\API\Repository\Values\Content\VersionInfo $versionInfo |
1440 | 1440 | * @param int|null $publicationDate |
1441 | 1441 | * |
1442 | - * @return \eZ\Publish\API\Repository\Values\Content\Content |
|
1442 | + * @return LocationCreateStruct |
|
1443 | 1443 | */ |
1444 | 1444 | protected function internalPublishVersion(APIVersionInfo $versionInfo, $publicationDate = null) |
1445 | 1445 | { |
@@ -230,7 +230,7 @@ discard block |
||
230 | 230 | * |
231 | 231 | * @param mixed $id |
232 | 232 | * |
233 | - * @return \eZ\Publish\API\Repository\Values\User\RoleDraft |
|
233 | + * @return \eZ\Publish\SPI\Persistence\User\Policy |
|
234 | 234 | */ |
235 | 235 | public function loadRoleDraft($id) |
236 | 236 | { |
@@ -1396,7 +1396,7 @@ discard block |
||
1396 | 1396 | * |
1397 | 1397 | * @param \eZ\Publish\API\Repository\Values\User\RoleCreateStruct $roleCreateStruct |
1398 | 1398 | * |
1399 | - * @return \eZ\Publish\Core\FieldType\ValidationError[][][] |
|
1399 | + * @return \eZ\Publish\Core\FieldType\ValidationError[] |
|
1400 | 1400 | */ |
1401 | 1401 | protected function validateRoleCreateStruct(APIRoleCreateStruct $roleCreateStruct) |
1402 | 1402 | { |
@@ -1426,7 +1426,7 @@ discard block |
||
1426 | 1426 | * @param string $function |
1427 | 1427 | * @param \eZ\Publish\API\Repository\Values\User\Limitation[] $limitations |
1428 | 1428 | * |
1429 | - * @return \eZ\Publish\Core\FieldType\ValidationError[][] |
|
1429 | + * @return \eZ\Publish\Core\FieldType\ValidationError[] |
|
1430 | 1430 | */ |
1431 | 1431 | protected function validatePolicy($module, $function, array $limitations) |
1432 | 1432 | { |
@@ -123,7 +123,7 @@ discard block |
||
123 | 123 | * |
124 | 124 | * @param mixed[] $expectedValues |
125 | 125 | * @param \eZ\Publish\API\Repository\Values\ValueObject $actualObject |
126 | - * @param array $skipProperties |
|
126 | + * @param string[] $skipProperties |
|
127 | 127 | */ |
128 | 128 | protected function assertPropertiesCorrect(array $expectedValues, ValueObject $actualObject, array $skipProperties = array()) |
129 | 129 | { |
@@ -158,7 +158,7 @@ discard block |
||
158 | 158 | * |
159 | 159 | * @param \eZ\Publish\API\Repository\Values\ValueObject $expectedValues |
160 | 160 | * @param \eZ\Publish\API\Repository\Values\ValueObject $actualObject |
161 | - * @param array $skipProperties |
|
161 | + * @param string[] $skipProperties |
|
162 | 162 | */ |
163 | 163 | protected function assertStructPropertiesCorrect(ValueObject $expectedValues, ValueObject $actualObject, array $skipProperties = array()) |
164 | 164 | { |
@@ -951,7 +951,7 @@ discard block |
||
951 | 951 | * @param \eZ\Publish\API\Repository\Values\Content\Field[] $fields |
952 | 952 | * @param string $mainLanguageCode |
953 | 953 | * |
954 | - * @return array an array of language code strings |
|
954 | + * @return string[] an array of language code strings |
|
955 | 955 | */ |
956 | 956 | protected function getLanguageCodesFromFields(array $fields, $mainLanguageCode) |
957 | 957 | { |
@@ -2298,6 +2298,11 @@ discard block |
||
2298 | 2298 | $this->assertRelations($relations, $contentDraft->contentInfo, $mediaContentInfo); |
2299 | 2299 | } |
2300 | 2300 | |
2301 | + /** |
|
2302 | + * @param Relation[] $relations |
|
2303 | + * @param \eZ\Publish\API\Repository\Values\Content\ContentInfo $sourceContentInfo |
|
2304 | + * @param \eZ\Publish\API\Repository\Values\Content\ContentInfo $destinationContentInfo |
|
2305 | + */ |
|
2301 | 2306 | protected function assertRelations($relations, $sourceContentInfo, $destinationContentInfo) |
2302 | 2307 | { |
2303 | 2308 | self::assertInternalType('array', $relations); |
@@ -367,7 +367,7 @@ discard block |
||
367 | 367 | * |
368 | 368 | * @covers \eZ\Publish\Core\Repository\ContentTypeService::loadContentTypeGroups |
369 | 369 | * |
370 | - * @return array |
|
370 | + * @return \eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup[] |
|
371 | 371 | */ |
372 | 372 | public function testLoadContentTypeGroups() |
373 | 373 | { |
@@ -2038,7 +2038,7 @@ discard block |
||
2038 | 2038 | * |
2039 | 2039 | * @todo when all fieldTypes are functional revisit this and simplify by testing against fixtures |
2040 | 2040 | * |
2041 | - * @return array |
|
2041 | + * @return ContentType[] |
|
2042 | 2042 | */ |
2043 | 2043 | public function testLoadContentTypes() |
2044 | 2044 | { |
@@ -2946,6 +2946,10 @@ discard block |
||
2946 | 2946 | $this->assertAddFieldDefinitionStructValues($loadedType, $fieldDefCreate); |
2947 | 2947 | } |
2948 | 2948 | |
2949 | + /** |
|
2950 | + * @param \eZ\Publish\API\Repository\Values\ContentType\ContentTypeDraft $loadedType |
|
2951 | + * @param \eZ\Publish\API\Repository\Values\ContentType\FieldDefinitionCreateStruct $fieldDefCreate |
|
2952 | + */ |
|
2949 | 2953 | public function assertAddFieldDefinitionStructValues($loadedType, $fieldDefCreate) |
2950 | 2954 | { |
2951 | 2955 | foreach ($loadedType->fieldDefinitions as $fieldDefinition) { |
@@ -3276,6 +3280,11 @@ discard block |
||
3276 | 3280 | ); |
3277 | 3281 | } |
3278 | 3282 | |
3283 | + /** |
|
3284 | + * @param \eZ\Publish\API\Repository\Values\ContentType\FieldDefinition $originalField |
|
3285 | + * @param \eZ\Publish\API\Repository\Values\ContentType\FieldDefinition $updatedField |
|
3286 | + * @param \eZ\Publish\API\Repository\Values\ContentType\FieldDefinitionUpdateStruct $updateStruct |
|
3287 | + */ |
|
3279 | 3288 | protected function assertUpdateFieldDefinitionStructValues($originalField, $updatedField, $updateStruct) |
3280 | 3289 | { |
3281 | 3290 | $this->assertPropertiesCorrect( |
@@ -1054,7 +1054,7 @@ discard block |
||
1054 | 1054 | * @param string $mainLanguageCode |
1055 | 1055 | * @param \eZ\Publish\API\Repository\Values\Content\Field[] $structFields |
1056 | 1056 | * @param \eZ\Publish\API\Repository\Values\ContentType\FieldDefinition[] $fieldDefinitions |
1057 | - * @param array $languageCodes |
|
1057 | + * @param string[] $languageCodes |
|
1058 | 1058 | * |
1059 | 1059 | * @return array |
1060 | 1060 | */ |
@@ -1128,10 +1128,9 @@ discard block |
||
1128 | 1128 | * @param \eZ\Publish\SPI\Persistence\Content\Field[] $spiFields |
1129 | 1129 | * @param \eZ\Publish\API\Repository\Values\ContentType\FieldDefinition[] $fieldDefinitions |
1130 | 1130 | * @param \eZ\Publish\API\Repository\Values\Content\LocationCreateStruct[] $locationCreateStructs |
1131 | - * @param \eZ\Publish\SPI\Persistence\Content\ObjectState\Group[] $objectStateGroups |
|
1132 | 1131 | * @param bool $execute |
1133 | 1132 | * |
1134 | - * @return mixed |
|
1133 | + * @return ContentCreateStruct |
|
1135 | 1134 | */ |
1136 | 1135 | protected function assertForTestCreateContentNonRedundantFieldSet( |
1137 | 1136 | $mainLanguageCode, |
@@ -2008,7 +2007,7 @@ discard block |
||
2008 | 2007 | * @param \eZ\Publish\API\Repository\Values\Content\Field[] $structFields |
2009 | 2008 | * @param \eZ\Publish\API\Repository\Values\ContentType\FieldDefinition[] $fieldDefinitions |
2010 | 2009 | * |
2011 | - * @return mixed |
|
2010 | + * @return ContentCreateStruct |
|
2012 | 2011 | */ |
2013 | 2012 | protected function assertForTestCreateContentThrowsContentValidationExceptionRequiredField( |
2014 | 2013 | $mainLanguageCode, |
@@ -4795,6 +4794,10 @@ discard block |
||
4795 | 4794 | ); |
4796 | 4795 | } |
4797 | 4796 | |
4797 | + /** |
|
4798 | + * @param Field[] $existingFields |
|
4799 | + * @param FieldDefinition[] $fieldDefinitions |
|
4800 | + */ |
|
4798 | 4801 | public function assertForTestUpdateContentThrowsContentValidationExceptionRequiredField( |
4799 | 4802 | $initialLanguageCode, |
4800 | 4803 | $structFields, |
@@ -4993,6 +4996,10 @@ discard block |
||
4993 | 4996 | } |
4994 | 4997 | } |
4995 | 4998 | |
4999 | + /** |
|
5000 | + * @param Field[] $existingFields |
|
5001 | + * @param FieldDefinition[] $fieldDefinitions |
|
5002 | + */ |
|
4996 | 5003 | public function assertForTestUpdateContentThrowsContentFieldValidationException( |
4997 | 5004 | $initialLanguageCode, |
4998 | 5005 | $structFields, |