Completed
Push — ezp30481_turkish_i_breaks_lega... ( f8977c...f9e406 )
by
unknown
17:31
created
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
@@ -517,7 +517,7 @@
 block discarded – undo
517 517
     /**
518 518
      * Get the field type parser mock object.
519 519
      *
520
-     * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser;
520
+     * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser
521 521
      */
522 522
     private function getFieldTypeParserMock()
523 523
     {
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
@@ -517,7 +517,7 @@
 block discarded – undo
517 517
     /**
518 518
      * Get the field type parser mock object.
519 519
      *
520
-     * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser;
520
+     * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser
521 521
      */
522 522
     private function getFieldTypeParserMock()
523 523
     {
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
@@ -517,7 +517,7 @@
 block discarded – undo
517 517
     /**
518 518
      * Get the field type parser mock object.
519 519
      *
520
-     * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser;
520
+     * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser
521 521
      */
522 522
     private function getFieldTypeParserMock()
523 523
     {
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
@@ -517,7 +517,7 @@
 block discarded – undo
517 517
     /**
518 518
      * Get the field type parser mock object.
519 519
      *
520
-     * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser;
520
+     * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser
521 521
      */
522 522
     private function getFieldTypeParserMock()
523 523
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Tests/Input/Parser/VersionUpdateTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -517,7 +517,7 @@
 block discarded – undo
517 517
     /**
518 518
      * Get the field type parser mock object.
519 519
      *
520
-     * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser;
520
+     * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser
521 521
      */
522 522
     private function getFieldTypeParserMock()
523 523
     {
Please login to merge, or discard this patch.
REST/Server/Tests/Output/ValueObjectVisitor/UnauthorizedExceptionTest.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.
eZ/Publish/Core/Search/Common/FieldValueMapper/BooleanMapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
      *
37 37
      * @param \eZ\Publish\SPI\Search\Field $field
38 38
      *
39
-     * @return mixed
39
+     * @return boolean
40 40
      */
41 41
     public function map(Field $field)
42 42
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Search/Common/FieldValueMapper/IntegerMapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      *
35 35
      * @param \eZ\Publish\SPI\Search\Field $field
36 36
      *
37
-     * @return mixed
37
+     * @return integer
38 38
      */
39 39
     public function map(Field $field)
40 40
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Search/Common/FieldValueMapper/PriceMapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
      *
37 37
      * @param \eZ\Publish\SPI\Search\Field $field
38 38
      *
39
-     * @return mixed
39
+     * @return double
40 40
      */
41 41
     public function map(Field $field)
42 42
     {
Please login to merge, or discard this patch.