Completed
Push — EZP-30461 ( f31212...2bcc5c )
by
unknown
27:37
created
eZ/Publish/Core/FieldType/RichText/SearchField.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      * @param \eZ\Publish\SPI\Persistence\Content\Field $field
25 25
      * @param \eZ\Publish\SPI\Persistence\Content\Type\FieldDefinition $fieldDefinition
26 26
      *
27
-     * @return \eZ\Publish\SPI\Search\Field[]
27
+     * @return Search\Field[]
28 28
      */
29 29
     public function getIndexData(Field $field, FieldDefinition $fieldDefinition)
30 30
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/Tests/Service/Mock/ContentTest.php 1 patch
Doc Comments   +11 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1052,7 +1052,7 @@  discard block
 block discarded – undo
1052 1052
      * @param string $mainLanguageCode
1053 1053
      * @param \eZ\Publish\API\Repository\Values\Content\Field[] $structFields
1054 1054
      * @param \eZ\Publish\API\Repository\Values\ContentType\FieldDefinition[] $fieldDefinitions
1055
-     * @param array $languageCodes
1055
+     * @param string[] $languageCodes
1056 1056
      *
1057 1057
      * @return array
1058 1058
      */
@@ -1126,10 +1126,9 @@  discard block
 block discarded – undo
1126 1126
      * @param \eZ\Publish\SPI\Persistence\Content\Field[] $spiFields
1127 1127
      * @param \eZ\Publish\API\Repository\Values\ContentType\FieldDefinition[] $fieldDefinitions
1128 1128
      * @param \eZ\Publish\API\Repository\Values\Content\LocationCreateStruct[] $locationCreateStructs
1129
-     * @param \eZ\Publish\SPI\Persistence\Content\ObjectState\Group[] $objectStateGroups
1130 1129
      * @param bool $execute
1131 1130
      *
1132
-     * @return mixed
1131
+     * @return ContentCreateStruct
1133 1132
      */
1134 1133
     protected function assertForTestCreateContentNonRedundantFieldSet(
1135 1134
         $mainLanguageCode,
@@ -2006,7 +2005,7 @@  discard block
 block discarded – undo
2006 2005
      * @param \eZ\Publish\API\Repository\Values\Content\Field[] $structFields
2007 2006
      * @param \eZ\Publish\API\Repository\Values\ContentType\FieldDefinition[] $fieldDefinitions
2008 2007
      *
2009
-     * @return mixed
2008
+     * @return ContentCreateStruct
2010 2009
      */
2011 2010
     protected function assertForTestCreateContentRequiredField(
2012 2011
         $mainLanguageCode,
@@ -4793,6 +4792,10 @@  discard block
 block discarded – undo
4793 4792
         );
4794 4793
     }
4795 4794
 
4795
+    /**
4796
+     * @param Field[] $existingFields
4797
+     * @param FieldDefinition[] $fieldDefinitions
4798
+     */
4796 4799
     public function assertForTestUpdateContentRequiredField(
4797 4800
         $initialLanguageCode,
4798 4801
         $structFields,
@@ -4991,6 +4994,10 @@  discard block
 block discarded – undo
4991 4994
         }
4992 4995
     }
4993 4996
 
4997
+    /**
4998
+     * @param Field[] $existingFields
4999
+     * @param FieldDefinition[] $fieldDefinitions
5000
+     */
4994 5001
     public function assertForTestUpdateContentThrowsContentFieldValidationException(
4995 5002
         $initialLanguageCode,
4996 5003
         $structFields,
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Cache/Tests/AbstractBaseHandlerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
     }
110 110
 
111 111
     /**
112
-     * @param $key
112
+     * @param string $key
113 113
      * @param null $value If null the cache item will be assumed to be a cache miss here.
114 114
      * @param int $defaultLifetime
115 115
      *
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/Content/FieldHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -417,7 +417,7 @@
 block discarded – undo
417 417
      * @param \eZ\Publish\SPI\Persistence\Content\Field[] $fields
418 418
      * @param array $languageCodes
419 419
      *
420
-     * @return \eZ\Publish\SPI\Persistence\Content\Field[][]
420
+     * @return Content
421 421
      */
422 422
     protected function getFieldMap(array $fields, &$languageCodes = null)
423 423
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/Tests/Content/MapperTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -602,7 +602,7 @@
 block discarded – undo
602 602
     /**
603 603
      * Returns a language handler mock.
604 604
      *
605
-     * @return \eZ\Publish\Core\Persistence\Legacy\Content\Language\Handler
605
+     * @return Language\Handler
606 606
      */
607 607
     protected function getLanguageHandler()
608 608
     {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/BaseTest.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -212,7 +212,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/Content/Handler.php 1 patch
Doc Comments   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
      * Will contain always a complete list of fields.
141 141
      *
142 142
      * @param \eZ\Publish\SPI\Persistence\Content\CreateStruct $struct Content creation struct.
143
-     * @param mixed $versionNo Used by self::copy() to maintain version numbers
143
+     * @param integer $versionNo Used by self::copy() to maintain version numbers
144 144
      *
145 145
      * @return \eZ\Publish\SPI\Persistence\Content Content value object
146 146
      */
@@ -356,7 +356,7 @@  discard block
 block discarded – undo
356 356
     /**
357 357
      * Returns the metadata object for a content identified by $remoteId.
358 358
      *
359
-     * @param mixed $remoteId
359
+     * @param string $remoteId
360 360
      *
361 361
      * @return \eZ\Publish\SPI\Persistence\Content\ContentInfo
362 362
      */
@@ -372,7 +372,7 @@  discard block
 block discarded – undo
372 372
      *
373 373
      * @throws \eZ\Publish\API\Repository\Exceptions\NotFoundException If version is not found
374 374
      *
375
-     * @param int|string $contentId
375
+     * @param integer $contentId
376 376
      * @param int $versionNo Version number to load
377 377
      *
378 378
      * @return \eZ\Publish\SPI\Persistence\Content\VersionInfo
@@ -524,7 +524,7 @@  discard block
 block discarded – undo
524 524
      *
525 525
      * @param int $contentId
526 526
      *
527
-     * @return bool
527
+     * @return boolean|null
528 528
      */
529 529
     public function deleteContent($contentId)
530 530
     {
@@ -556,7 +556,7 @@  discard block
 block discarded – undo
556 556
      * @param int $contentId
557 557
      * @param int $versionNo
558 558
      *
559
-     * @return bool
559
+     * @return boolean|null
560 560
      */
561 561
     public function deleteVersion($contentId, $versionNo)
562 562
     {
@@ -677,7 +677,7 @@  discard block
 block discarded – undo
677 677
      *
678 678
      * @todo Should the existence verifications happen here or is this supposed to be handled at a higher level?
679 679
      *
680
-     * @param mixed $relationId
680
+     * @param integer $relationId
681 681
      * @param int $type {@see \eZ\Publish\API\Repository\Values\Content\Relation::COMMON,
682 682
      *                 \eZ\Publish\API\Repository\Values\Content\Relation::EMBED,
683 683
      *                 \eZ\Publish\API\Repository\Values\Content\Relation::LINK,
@@ -691,7 +691,7 @@  discard block
 block discarded – undo
691 691
     /**
692 692
      * Loads relations from $sourceContentId. Optionally, loads only those with $type and $sourceContentVersionNo.
693 693
      *
694
-     * @param mixed $sourceContentId Source Content ID
694
+     * @param integer $sourceContentId Source Content ID
695 695
      * @param mixed|null $sourceContentVersionNo Source Content Version, null if not specified
696 696
      * @param int|null $type {@see \eZ\Publish\API\Repository\Values\Content\Relation::COMMON,
697 697
      *                 \eZ\Publish\API\Repository\Values\Content\Relation::EMBED,
@@ -712,7 +712,7 @@  discard block
 block discarded – undo
712 712
      *
713 713
      * Only loads relations against published versions.
714 714
      *
715
-     * @param mixed $destinationContentId Destination Content ID
715
+     * @param integer $destinationContentId Destination Content ID
716 716
      * @param int|null $type {@see \eZ\Publish\API\Repository\Values\Content\Relation::COMMON,
717 717
      *                 \eZ\Publish\API\Repository\Values\Content\Relation::EMBED,
718 718
      *                 \eZ\Publish\API\Repository\Values\Content\Relation::LINK,
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/Tests/Content/ContentHandlerTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1438,7 +1438,7 @@  discard block
 block discarded – undo
1438 1438
      *
1439 1439
      * @param string[] $methods
1440 1440
      *
1441
-     * @return \eZ\Publish\Core\Persistence\Legacy\Content\Handler
1441
+     * @return \PHPUnit\Framework\MockObject\MockObject
1442 1442
      */
1443 1443
     protected function getPartlyMockedHandler(array $methods)
1444 1444
     {
@@ -1462,7 +1462,7 @@  discard block
 block discarded – undo
1462 1462
     /**
1463 1463
      * Returns a TreeHandler mock.
1464 1464
      *
1465
-     * @return \PHPUnit\Framework\MockObject\MockObject|\eZ\Publish\Core\Persistence\Legacy\Content\TreeHandler
1465
+     * @return TreeHandler
1466 1466
      */
1467 1467
     protected function getTreeHandlerMock()
1468 1468
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/ContentService.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1345,7 +1345,7 @@  discard block
 block discarded – undo
1345 1345
      *
1346 1346
      * @param \eZ\Publish\API\Repository\Values\Content\ContentUpdateStruct $contentUpdateStruct
1347 1347
      *
1348
-     * @return array
1348
+     * @return string[]
1349 1349
      */
1350 1350
     private function getUpdatedLanguageCodes(APIContentUpdateStruct $contentUpdateStruct)
1351 1351
     {
@@ -1372,7 +1372,7 @@  discard block
 block discarded – undo
1372 1372
      * @param \eZ\Publish\API\Repository\Values\Content\ContentUpdateStruct $contentUpdateStruct
1373 1373
      * @param \eZ\Publish\API\Repository\Values\Content\Content $content
1374 1374
      *
1375
-     * @return array
1375
+     * @return string[]
1376 1376
      */
1377 1377
     protected function getLanguageCodesForUpdate(APIContentUpdateStruct $contentUpdateStruct, APIContent $content)
1378 1378
     {
@@ -1491,7 +1491,7 @@  discard block
 block discarded – undo
1491 1491
      * @param \eZ\Publish\API\Repository\Values\Content\VersionInfo $versionInfo
1492 1492
      * @param int|null $publicationDate If null existing date is kept if there is one, otherwise current time is used.
1493 1493
      *
1494
-     * @return \eZ\Publish\API\Repository\Values\Content\Content
1494
+     * @return LocationCreateStruct
1495 1495
      */
1496 1496
     protected function internalPublishVersion(APIVersionInfo $versionInfo, $publicationDate = null)
1497 1497
     {
Please login to merge, or discard this patch.