Completed
Push — master ( 5e6645...6761f8 )
by André
69:56 queued 46:19
created
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.
eZ/Publish/Core/REST/Server/Tests/Input/Parser/UserGroupUpdateTest.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/UserUpdateTest.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.
Core/REST/Server/Tests/Output/ValueObjectVisitor/BadStateExceptionTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     /**
38 38
      * Gets the exception.
39 39
      *
40
-     * @return \Exception
40
+     * @return \PHPUnit_Framework_MockObject_MockObject
41 41
      */
42 42
     protected function getException()
43 43
     {
Please login to merge, or discard this patch.
Core/REST/Server/Tests/Output/ValueObjectVisitor/CountryListTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     /**
20 20
      * Test the ImageVariation visitor.
21 21
      *
22
-     * @return string
22
+     * @return \DOMDocument
23 23
      */
24 24
     public function testVisit()
25 25
     {
Please login to merge, or discard this patch.
Core/REST/Server/Tests/Output/ValueObjectVisitor/NotFoundExceptionTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     /**
38 38
      * Gets the exception.
39 39
      *
40
-     * @return \Exception
40
+     * @return \PHPUnit_Framework_MockObject_MockObject
41 41
      */
42 42
     protected function getException()
43 43
     {
Please login to merge, or discard this patch.
Core/Search/Elasticsearch/Content/FieldValueMapper/BooleanMapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      *
28 28
      * @param \eZ\Publish\SPI\Search\Field $field
29 29
      *
30
-     * @return mixed
30
+     * @return boolean
31 31
      */
32 32
     public function canMap(Field $field)
33 33
     {
Please login to merge, or discard this patch.