Completed
Push — EZP-26835-load-translation-pac... ( 4f6576...004835 )
by Nicolas
32:51 queued 17:58
created
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.
Publish/Core/Search/Elasticsearch/Content/FieldValueMapper/FloatMapper.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.
Core/Search/Legacy/Content/Common/Gateway/SortClauseHandler/Field.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      * @param \eZ\Publish\API\Repository\Values\Content\Query\SortClause $sortClause
43 43
      * @param int $number
44 44
      *
45
-     * @return string
45
+     * @return string[]
46 46
      */
47 47
     public function applySelect(SelectQuery $query, SortClause $sortClause, $number)
48 48
     {
Please login to merge, or discard this patch.
eZ/Publish/SPI/Tests/FieldType/AuthorIntegrationTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     /**
53 53
      * Get handler with required custom field types registered.
54 54
      *
55
-     * @return Handler
55
+     * @return \eZ\Publish\SPI\Persistence\Handler|null
56 56
      */
57 57
     public function getCustomHandler()
58 58
     {
Please login to merge, or discard this patch.
eZ/Publish/SPI/Tests/FieldType/BinaryFileIntegrationTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     /**
53 53
      * Get handler with required custom field types registered.
54 54
      *
55
-     * @return Handler
55
+     * @return \eZ\Publish\SPI\Persistence\Handler|null
56 56
      */
57 57
     public function getCustomHandler()
58 58
     {
Please login to merge, or discard this patch.
eZ/Publish/SPI/Tests/FieldType/CheckboxIntegrationTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     /**
53 53
      * Get handler with required custom field types registered.
54 54
      *
55
-     * @return Handler
55
+     * @return \eZ\Publish\SPI\Persistence\Handler|null
56 56
      */
57 57
     public function getCustomHandler()
58 58
     {
Please login to merge, or discard this patch.
eZ/Publish/SPI/Tests/FieldType/CountryIntegrationTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     /**
53 53
      * Get handler with required custom field types registered.
54 54
      *
55
-     * @return Handler
55
+     * @return \eZ\Publish\SPI\Persistence\Handler|null
56 56
      */
57 57
     public function getCustomHandler()
58 58
     {
Please login to merge, or discard this patch.
eZ/Publish/SPI/Tests/FieldType/DateAndTimeIntegrationTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     /**
53 53
      * Get handler with required custom field types registered.
54 54
      *
55
-     * @return Handler
55
+     * @return \eZ\Publish\SPI\Persistence\Handler|null
56 56
      */
57 57
     public function getCustomHandler()
58 58
     {
Please login to merge, or discard this patch.
eZ/Publish/SPI/Tests/FieldType/EmailAddressIntegrationTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     /**
53 53
      * Get handler with required custom field types registered.
54 54
      *
55
-     * @return Handler
55
+     * @return \eZ\Publish\SPI\Persistence\Handler|null
56 56
      */
57 57
     public function getCustomHandler()
58 58
     {
Please login to merge, or discard this patch.