Completed
Push — EZP-26835-load-translation-pac... ( 4f6576...004835 )
by Nicolas
32:51 queued 17:58
created
eZ/Publish/Core/FieldType/Selection/Type.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@  discard block
 block discarded – undo
183 183
     /**
184 184
      * Returns if the given $value is considered empty by the field type.
185 185
      *
186
-     * @param mixed $value
186
+     * @param SPIValue $value
187 187
      *
188 188
      * @return bool
189 189
      */
@@ -231,7 +231,7 @@  discard block
 block discarded – undo
231 231
      *
232 232
      * @param \eZ\Publish\Core\FieldType\TextLine\Value $value
233 233
      *
234
-     * @return array
234
+     * @return string
235 235
      */
236 236
     protected function getSortInfo(BaseValue $value)
237 237
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/TextBlock/SearchField.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      * @param \eZ\Publish\SPI\Persistence\Content\Field $field
27 27
      * @param \eZ\Publish\SPI\Persistence\Content\Type\FieldDefinition $fieldDefinition
28 28
      *
29
-     * @return \eZ\Publish\SPI\Search\Field[]
29
+     * @return Search\Field[]
30 30
      */
31 31
     public function getIndexData(Field $field, FieldDefinition $fieldDefinition)
32 32
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/TextLine/SearchField.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      * @param \eZ\Publish\SPI\Persistence\Content\Field $field
27 27
      * @param \eZ\Publish\SPI\Persistence\Content\Type\FieldDefinition $fieldDefinition
28 28
      *
29
-     * @return \eZ\Publish\SPI\Search\Field[]
29
+     * @return Search\Field[]
30 30
      */
31 31
     public function getIndexData(Field $field, FieldDefinition $fieldDefinition)
32 32
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/Time/SearchField.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      * @param \eZ\Publish\SPI\Persistence\Content\Field $field
27 27
      * @param \eZ\Publish\SPI\Persistence\Content\Type\FieldDefinition $fieldDefinition
28 28
      *
29
-     * @return \eZ\Publish\SPI\Search\Field[]
29
+     * @return Search\Field[]
30 30
      */
31 31
     public function getIndexData(Field $field, FieldDefinition $fieldDefinition)
32 32
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/MVC/Symfony/FieldType/Tests/RichText/RendererTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -762,7 +762,7 @@
 block discarded – undo
762 762
     }
763 763
 
764 764
     /**
765
-     * @param array $methods
765
+     * @param string[] $methods
766 766
      *
767 767
      * @return \eZ\Publish\Core\Search\Common\FieldNameResolver|\PHPUnit_Framework_MockObject_MockObject
768 768
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Database/DeleteQuery.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -79,8 +79,6 @@
 block discarded – undo
79 79
      *
80 80
      * @throws \eZ\Publish\Core\Persistence\Database\QueryException if called with no parameters.
81 81
      *
82
-     * @param string|array(string) $... Either a string with a logical expression name
83
-     * or an array with logical expressions.
84 82
      *
85 83
      * @return \eZ\Publish\Core\Persistence\Database\UpdateQuery
86 84
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Database/SelectQuery.php 1 patch
Doc Comments   -14 removed lines patch added patch discarded remove patch
@@ -81,7 +81,6 @@  discard block
 block discarded – undo
81 81
      *
82 82
      * @throws \eZ\Publish\Core\Persistence\Database\QueryException if called with no parameters..
83 83
      *
84
-     * @param string|array(string) $... Either a string with a column name or an array of column names.
85 84
      *
86 85
      * @return \eZ\Publish\Core\Persistence\Database\SelectQuery returns a pointer to $this.
87 86
      */
@@ -153,7 +152,6 @@  discard block
 block discarded – undo
153 152
      *
154 153
      * @throws \eZ\Publish\Core\Persistence\Database\QueryException if called with no parameters..
155 154
      *
156
-     * @param string|array(string) $... Either a string with a column name or an array of column names.
157 155
      *
158 156
      * @return \eZ\Publish\Core\Persistence\Database\SelectQuery returns a pointer to $this.
159 157
      */
@@ -182,7 +180,6 @@  discard block
 block discarded – undo
182 180
      *
183 181
      * @throws \eZ\Publish\Core\Persistence\Database\QueryException if called with no parameters.
184 182
      *
185
-     * @param string|array(string) $... Either a string with a table name or an array of table names.
186 183
      *
187 184
      * @return \eZ\Publish\Core\Persistence\Database\SelectQuery a pointer to $this
188 185
      */
@@ -246,8 +243,6 @@  discard block
 block discarded – undo
246 243
      * @throws \eZ\Publish\Core\Persistence\Database\QueryException if called with inconsistent parameters or if
247 244
      *         invoked without preceding call to from().
248 245
      *
249
-     * @param string $table2,... The table to join with, followed by either the
250
-     *                           two join columns, or a join condition.
251 246
      *
252 247
      * @return \eZ\Publish\Core\Persistence\Database\SelectQuery
253 248
      */
@@ -334,8 +329,6 @@  discard block
 block discarded – undo
334 329
      * @throws \eZ\Publish\Core\Persistence\Database\QueryException if called with inconsistent parameters or if
335 330
      *         invoked without preceding call to from().
336 331
      *
337
-     * @param string $table2,... The table to join with, followed by either the
338
-     *                           two join columns, or a join condition.
339 332
      *
340 333
      * @return \eZ\Publish\Core\Persistence\Database\SelectQuery
341 334
      */
@@ -390,8 +383,6 @@  discard block
 block discarded – undo
390 383
      * @throws \eZ\Publish\Core\Persistence\Database\QueryException if called with inconsistent parameters or if
391 384
      *         invoked without preceding call to from().
392 385
      *
393
-     * @param string $table2,... The table to join with, followed by either the
394
-     *                           two join columns, or a join condition.
395 386
      *
396 387
      * @return \eZ\Publish\Core\Persistence\Database\SelectQuery
397 388
      */
@@ -417,8 +408,6 @@  discard block
 block discarded – undo
417 408
      *
418 409
      * @throws \eZ\Publish\Core\Persistence\Database\QueryException if called with no parameters.
419 410
      *
420
-     * @param string|array(string) $... Either a string with a logical expression name
421
-     * or an array with logical expressions.
422 411
      *
423 412
      * @return \eZ\Publish\Core\Persistence\Database\SelectQuery
424 413
      */
@@ -509,7 +498,6 @@  discard block
 block discarded – undo
509 498
      *
510 499
      * @throws \eZ\Publish\Core\Persistence\Database\QueryException if called with no parameters.
511 500
      *
512
-     * @param string $column a column name in the result set
513 501
      *
514 502
      * @return \eZ\Publish\Core\Persistence\Database\SelectQuery a pointer to $this
515 503
      */
@@ -539,8 +527,6 @@  discard block
 block discarded – undo
539 527
      * @throws \eZ\Publish\Core\Persistence\Database\QueryException
540 528
      *         if called with no parameters.
541 529
      *
542
-     * @param string|array(string) $... Either a string with a logical expression name
543
-     *                             or an array with logical expressions.
544 530
      *
545 531
      * @return \eZ\Publish\Core\Persistence\Database\SelectQuery a pointer to $this
546 532
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Database/UpdateQuery.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -79,8 +79,6 @@
 block discarded – undo
79 79
      *
80 80
      * @throws \eZ\Publish\Core\Persistence\Database\QueryException if called with no parameters.
81 81
      *
82
-     * @param string|array(string) $... Either a string with a logical expression name
83
-     * or an array with logical expressions.
84 82
      *
85 83
      * @return \eZ\Publish\Core\Persistence\Database\UpdateQuery
86 84
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Doctrine/DeleteDoctrineQuery.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -79,8 +79,6 @@
 block discarded – undo
79 79
      *
80 80
      * @throws \eZ\Publish\Core\Persistence\Database\QueryException if called with no parameters.
81 81
      *
82
-     * @param string|array(string) $... Either a string with a logical expression name
83
-     * or an array with logical expressions.
84 82
      *
85 83
      * @return \eZ\Publish\Core\Persistence\Database\UpdateQuery
86 84
      */
Please login to merge, or discard this patch.