Completed
Push — master ( 01e425...9680ce )
by
unknown
13:57 queued 15s
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/Persistence/TransformationProcessor/PcreCompiler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
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.