Completed
Push — master ( 8e9645...a72b61 )
by
unknown
50:14 queued 37:11
created
eZ/Publish/Core/Persistence/Legacy/Tests/Content/LanguageAwareTestCase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     /**
36 36
      * Returns a language handler mock.
37 37
      *
38
-     * @return \eZ\Publish\Core\Persistence\Legacy\Content\Language\Handler
38
+     * @return \eZ\Publish\SPI\Persistence\Content\Language\Handler
39 39
      */
40 40
     protected function getLanguageHandler()
41 41
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/Tests/Service/Mock/NameSchemaTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@  discard block
 block discarded – undo
153 153
     }
154 154
 
155 155
     /**
156
-     * @return \eZ\Publish\API\Repository\Values\Content\Field[]
156
+     * @return Field[]
157 157
      */
158 158
     protected function getFields()
159 159
     {
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
     }
205 205
 
206 206
     /**
207
-     * @return \eZ\Publish\Core\Repository\Values\ContentType\FieldDefinition[]
207
+     * @return FieldDefinition[]
208 208
      */
209 209
     protected function getFieldDefinitions()
210 210
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/Values/ContentType/FieldType.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
      * Returns the fallback default value of field type when no such default
155 155
      * value is provided in the field definition in content types.
156 156
      *
157
-     * @return mixed
157
+     * @return Value
158 158
      */
159 159
     public function getEmptyValue()
160 160
     {
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
      *
185 185
      * @param mixed $hash
186 186
      *
187
-     * @return mixed
187
+     * @return Value
188 188
      */
189 189
     public function fromHash($hash)
190 190
     {
Please login to merge, or discard this patch.
Core/Search/Legacy/Content/Common/Gateway/SortClauseHandler/Field.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
      * @param \eZ\Publish\API\Repository\Values\Content\Query\SortClause $sortClause
80 80
      * @param int $number
81 81
      *
82
-     * @return string
82
+     * @return string[]
83 83
      */
84 84
     public function applySelect(SelectQuery $query, SortClause $sortClause, $number)
85 85
     {
Please login to merge, or discard this patch.
Core/Search/Legacy/Content/Gateway/CriterionHandler/PermissionSubtree.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      * @param \eZ\Publish\API\Repository\Values\Content\Query\Criterion $criterion
44 44
      * @param array $languageSettings
45 45
      *
46
-     * @return \eZ\Publish\Core\Persistence\Database\Expression
46
+     * @return string
47 47
      */
48 48
     public function handle(
49 49
         CriteriaConverter $converter,
Please login to merge, or discard this patch.
eZ/Publish/Core/Search/Legacy/Content/Gateway/DoctrineDatabase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -219,8 +219,8 @@
 block discarded – undo
219 219
      *
220 220
      * @param Criterion $filter
221 221
      * @param array $sort
222
-     * @param mixed $offset
223
-     * @param mixed $limit
222
+     * @param integer $offset
223
+     * @param integer $limit
224 224
      * @param array $languageFilter
225 225
      *
226 226
      * @return int[]
Please login to merge, or discard this patch.
eZ/Publish/Core/Search/Legacy/Content/Location/Gateway/DoctrineDatabase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -188,7 +188,7 @@
 block discarded – undo
188 188
      * @param \eZ\Publish\API\Repository\Values\Content\Query\Criterion $criterion
189 189
      * @param array $languageFilter
190 190
      *
191
-     * @return array
191
+     * @return integer
192 192
      */
193 193
     protected function getTotalCount(Criterion $criterion, array $languageFilter)
194 194
     {
Please login to merge, or discard this patch.
eZ/Publish/SPI/Tests/FieldType/BaseIntegrationTest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -361,7 +361,7 @@  discard block
 block discarded – undo
361 361
      * $languageCode.
362 362
      *
363 363
      * @param Type $contentType
364
-     * @param mixed $fieldValue
364
+     * @param Content\FieldValue $fieldValue
365 365
      * @param string $languageCode
366 366
      *
367 367
      * @return Content
@@ -480,8 +480,8 @@  discard block
 block discarded – undo
480 480
     /**
481 481
      * Performs an update on $contentId in $contentVersion setting $field.
482 482
      *
483
-     * @param mixed $contentId
484
-     * @param mixed $contentVersion
483
+     * @param string $contentId
484
+     * @param string $contentVersion
485 485
      * @param Field $field
486 486
      *
487 487
      * @return Content
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/LocationServiceTest.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -762,7 +762,7 @@  discard block
 block discarded – undo
762 762
     /**
763 763
      * Test for the loadLocationChildren() method.
764 764
      *
765
-     * @return \eZ\Publish\API\Repository\Values\Content\Location[]
765
+     * @return LocationList
766 766
      *
767 767
      * @see \eZ\Publish\API\Repository\LocationService::loadLocationChildren($location, $offset)
768 768
      * @depends eZ\Publish\API\Repository\Tests\LocationServiceTest::testLoadLocationChildren
@@ -826,7 +826,7 @@  discard block
 block discarded – undo
826 826
     /**
827 827
      * Test for the loadLocationChildren() method.
828 828
      *
829
-     * @return \eZ\Publish\API\Repository\Values\Content\Location[]
829
+     * @return LocationList
830 830
      *
831 831
      * @see \eZ\Publish\API\Repository\LocationService::loadLocationChildren($location, $offset, $limit)
832 832
      * @depends eZ\Publish\API\Repository\Tests\LocationServiceTest::testLoadLocationChildren
@@ -855,7 +855,7 @@  discard block
 block discarded – undo
855 855
     /**
856 856
      * Test for the loadLocationChildren() method.
857 857
      *
858
-     * @param \eZ\Publish\API\Repository\Values\Content\Location[] $locations
858
+     * @param LocationList $locations
859 859
      *
860 860
      * @see \eZ\Publish\API\Repository\LocationService::loadLocationChildren($location, $offset, $limit)
861 861
      * @depends eZ\Publish\API\Repository\Tests\LocationServiceTest::testLoadLocationChildrenWithOffsetAndLimit
@@ -2127,7 +2127,7 @@  discard block
 block discarded – undo
2127 2127
      * Assert generated aliases to expected alias return.
2128 2128
      *
2129 2129
      * @param \eZ\Publish\API\Repository\URLAliasService $urlAliasService
2130
-     * @param array $expectedAliases
2130
+     * @param string[] $expectedAliases
2131 2131
      */
2132 2132
     protected function assertGeneratedAliases($urlAliasService, array $expectedAliases)
2133 2133
     {
@@ -2139,7 +2139,7 @@  discard block
 block discarded – undo
2139 2139
 
2140 2140
     /**
2141 2141
      * @param \eZ\Publish\API\Repository\URLAliasService $urlAliasService
2142
-     * @param array $expectedSubItemAliases
2142
+     * @param string[] $expectedSubItemAliases
2143 2143
      */
2144 2144
     private function assertAliasesBeforeCopy($urlAliasService, array $expectedSubItemAliases)
2145 2145
     {
Please login to merge, or discard this patch.