Completed
Push — ezp_31125_translated_name_in_r... ( 0b92cf...1fe266 )
by
unknown
20:42
created
eZ/Publish/Core/REST/Server/Values/ResourceCreated.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -12,6 +12,9 @@
 block discarded – undo
12 12
 
13 13
 class ResourceCreated extends RestValue
14 14
 {
15
+    /**
16
+     * @param string|null $redirectUri
17
+     */
15 18
     public function __construct($redirectUri)
16 19
     {
17 20
         $this->redirectUri = $redirectUri;
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/ContentServiceTest.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -3048,7 +3048,7 @@  discard block
 block discarded – undo
3048 3048
     /**
3049 3049
      * Test for the addRelation() method.
3050 3050
      *
3051
-     * @return \eZ\Publish\API\Repository\Values\Content\Content
3051
+     * @return Relation[]
3052 3052
      *
3053 3053
      * @see \eZ\Publish\API\Repository\ContentService::addRelation()
3054 3054
      * @depends eZ\Publish\API\Repository\Tests\ContentServiceTest::testPublishVersionFromContentDraft
@@ -5326,7 +5326,7 @@  discard block
 block discarded – undo
5326 5326
      * given properties are available in $actualAliases and not more.
5327 5327
      *
5328 5328
      * @param array $expectedAliasProperties
5329
-     * @param array $actualAliases
5329
+     * @param URLAlias[] $actualAliases
5330 5330
      */
5331 5331
     private function assertAliasesCorrect(array $expectedAliasProperties, array $actualAliases)
5332 5332
     {
@@ -5495,7 +5495,7 @@  discard block
 block discarded – undo
5495 5495
     /**
5496 5496
      * Returns the default fixture of fields used in most tests.
5497 5497
      *
5498
-     * @return \eZ\Publish\API\Repository\Values\Content\Field[]
5498
+     * @return Field[]
5499 5499
      */
5500 5500
     private function createFieldsFixture()
5501 5501
     {
@@ -6014,7 +6014,7 @@  discard block
 block discarded – undo
6014 6014
      * @throws \eZ\Publish\API\Repository\Exceptions\BadStateException
6015 6015
      * @throws \eZ\Publish\API\Repository\Exceptions\UnauthorizedException
6016 6016
      *
6017
-     * @return object
6017
+     * @return anonymous//eZ/Publish/API/Repository/Tests/ContentServiceTest.php@return object
6018 6018
      */
6019 6019
     private function createContentWithReverseRelations(array $drafts)
6020 6020
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/Content/Gateway/ExceptionConversion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
      * Inserts a new content object.
64 64
      *
65 65
      * @param \eZ\Publish\SPI\Persistence\Content\CreateStruct $struct
66
-     * @param mixed $currentVersionNo
66
+     * @param integer $currentVersionNo
67 67
      *
68 68
      * @return int ID
69 69
      */
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/SearchServiceTest.php 1 patch
Doc Comments   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1206,7 +1206,7 @@  discard block
 block discarded – undo
1206 1206
     /**
1207 1207
      * Create test Content with ezcountry field having multiple countries selected.
1208 1208
      *
1209
-     * @return \eZ\Publish\API\Repository\Values\Content\Content[]
1209
+     * @return Content
1210 1210
      */
1211 1211
     protected function createMultipleCountriesContent()
1212 1212
     {
@@ -3842,6 +3842,7 @@  discard block
 block discarded – undo
3842 3842
      * Test for the findContent() method.
3843 3843
      *
3844 3844
      * @see \eZ\Publish\API\Repository\SearchService::findContent()
3845
+     * @param string $queryType
3845 3846
      */
3846 3847
     public function testUserMetadataGroupHorizontalFilterContent($queryType = null)
3847 3848
     {
@@ -3931,6 +3932,7 @@  discard block
 block discarded – undo
3931 3932
      * Test for the findLocations() method.
3932 3933
      *
3933 3934
      * @see \eZ\Publish\API\Repository\SearchService::findLocations()
3935
+     * @param string $queryType
3934 3936
      */
3935 3937
     public function testUserMetadataGroupHorizontalFilterLocation($queryType = null)
3936 3938
     {
@@ -4617,7 +4619,7 @@  discard block
 block discarded – undo
4617 4619
      *
4618 4620
      * @param null|callable $closure
4619 4621
      *
4620
-     * @return callable
4622
+     * @return \Closure
4621 4623
      */
4622 4624
     private function getContentInfoFixtureClosure($closure = null)
4623 4625
     {
Please login to merge, or discard this patch.
Core/Search/Legacy/Content/Common/Gateway/CriterionHandler/Field.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
      * @param \eZ\Publish\API\Repository\Values\Content\Query\Criterion $criterion
128 128
      * @param array $languageSettings
129 129
      *
130
-     * @return \eZ\Publish\Core\Persistence\Database\Expression
130
+     * @return string
131 131
      *
132 132
      * @throws \eZ\Publish\API\Repository\Exceptions\InvalidArgumentException
133 133
      * @throws \eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\Converter\Exception\NotFound
Please login to merge, or discard this patch.