Completed
Push — master ( e20697...8a1cd5 )
by André
12:59
created
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.
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.
eZ/Publish/Core/REST/Client/Tests/IdManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      *
39 39
      * @param \eZ\Publish\SPI\Search\Field $field
40 40
      *
41
-     * @return mixed
41
+     * @return string
42 42
      */
43 43
     public function map(Field $field)
44 44
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Tests/Input/Parser/ContentCreateTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@
 block discarded – undo
139 139
     /**
140 140
      * Get the field type parser mock object.
141 141
      *
142
-     * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser;
142
+     * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser
143 143
      */
144 144
     private function getFieldTypeParserMock()
145 145
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Tests/Input/Parser/UserCreateTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@
 block discarded – undo
139 139
     /**
140 140
      * Get the field type parser mock object.
141 141
      *
142
-     * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser;
142
+     * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser
143 143
      */
144 144
     private function getFieldTypeParserMock()
145 145
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Tests/Input/Parser/UserGroupCreateTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@
 block discarded – undo
139 139
     /**
140 140
      * Get the field type parser mock object.
141 141
      *
142
-     * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser;
142
+     * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser
143 143
      */
144 144
     private function getFieldTypeParserMock()
145 145
     {
Please login to merge, or discard this patch.