Completed
Push — master ( 5e6645...6761f8 )
by André
69:56 queued 46:19
created
eZ/Publish/Core/MVC/Symfony/Matcher/Tests/ContentMatcherFactoryTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
      * Returns a valid ValueObject (supported by current MatcherFactory), that will match the test rules.
19 19
      * i.e. Should return eZ\Publish\API\Repository\Values\Content\Location for LocationMatcherFactory.
20 20
      *
21
-     * @return \eZ\Publish\API\Repository\Values\ValueObject
21
+     * @return \eZ\Publish\Core\MVC\Symfony\View\ContentView
22 22
      */
23 23
     protected function getMatchableValueObject()
24 24
     {
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
      * Returns a valid ValueObject (supported by current MatcherFactory), that won't match the test rules.
30 30
      * i.e. Should return eZ\Publish\API\Repository\Values\Content\Location for LocationMatcherFactory.
31 31
      *
32
-     * @return \eZ\Publish\API\Repository\Values\ValueObject
32
+     * @return \eZ\Publish\Core\MVC\Symfony\View\ContentView
33 33
      */
34 34
     protected function getNonMatchableValueObject()
35 35
     {
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.
eZ/Publish/Core/Persistence/Legacy/Content/TreeHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
      *
46 46
      * @param RMF\Request $request
47 47
      *
48
-     * @return bool
48
+     * @return boolean|null
49 49
      */
50 50
     public function authenticate(RMF\Request $request)
51 51
     {
Please login to merge, or discard this patch.
Core/Persistence/Legacy/Tests/Content/UrlAlias/SlugConverterTest.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.
Core/Persistence/Legacy/Tests/Content/UrlAlias/UrlAliasHandlerTest.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/REST/Client/Repository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
      *
46 46
      * @param RMF\Request $request
47 47
      *
48
-     * @return bool
48
+     * @return boolean|null
49 49
      */
50 50
     public function authenticate(RMF\Request $request)
51 51
     {
Please login to merge, or discard this patch.