Completed
Push — EZP-26835-load-translation-pac... ( 4f6576...004835 )
by Nicolas
32:51 queued 17:58
created
eZ/Publish/Core/FieldType/Float/Type.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
     /**
72 72
      * Returns if the given $value is considered empty by the field type.
73 73
      *
74
-     * @param mixed $value
74
+     * @param SPIValue $value
75 75
      *
76 76
      * @return bool
77 77
      */
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
      *
120 120
      * @param \eZ\Publish\Core\FieldType\TextBlock\Value $value
121 121
      *
122
-     * @return array
122
+     * @return boolean
123 123
      */
124 124
     protected function getSortInfo(BaseValue $value)
125 125
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/Integer/SearchField.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      * @param \eZ\Publish\SPI\Persistence\Content\Field $field
27 27
      * @param \eZ\Publish\SPI\Persistence\Content\Type\FieldDefinition $fieldDefinition
28 28
      *
29
-     * @return \eZ\Publish\SPI\Search\Field[]
29
+     * @return Search\Field[]
30 30
      */
31 31
     public function getIndexData(Field $field, FieldDefinition $fieldDefinition)
32 32
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/Integer/Type.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
     /**
63 63
      * Returns if the given $value is considered empty by the field type.
64 64
      *
65
-     * @param mixed $value
65
+     * @param SPIValue $value
66 66
      *
67 67
      * @return bool
68 68
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/ISBN/SearchField.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      * @param \eZ\Publish\SPI\Persistence\Content\Field $field
27 27
      * @param \eZ\Publish\SPI\Persistence\Content\Type\FieldDefinition $fieldDefinition
28 28
      *
29
-     * @return \eZ\Publish\SPI\Search\Field[]
29
+     * @return Search\Field[]
30 30
      */
31 31
     public function getIndexData(Field $field, FieldDefinition $fieldDefinition)
32 32
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/Page/PageStorage/Gateway/LegacyStorage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@
 block discarded – undo
132 132
      *
133 133
      * @param string $url The URL to insert in the database
134 134
      *
135
-     * @return int
135
+     * @return string
136 136
      */
137 137
     public function insertUrl($url)
138 138
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/Price/SearchField.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      * @param \eZ\Publish\SPI\Persistence\Content\Field $field
27 27
      * @param \eZ\Publish\SPI\Persistence\Content\Type\FieldDefinition $fieldDefinition
28 28
      *
29
-     * @return \eZ\Publish\SPI\Search\Field[]
29
+     * @return Search\Field[]
30 30
      */
31 31
     public function getIndexData(Field $field, FieldDefinition $fieldDefinition)
32 32
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/Rating/Type.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
     /**
72 72
      * Returns if the given $value is considered empty by the field type.
73 73
      *
74
-     * @param mixed $value
74
+     * @param SPIValue $value
75 75
      *
76 76
      * @return bool
77 77
      */
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
      *
120 120
      * @param \eZ\Publish\Core\FieldType\TextBlock\Value $value
121 121
      *
122
-     * @return array
122
+     * @return boolean
123 123
      */
124 124
     protected function getSortInfo(BaseValue $value)
125 125
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/Relation/SearchField.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      * @param \eZ\Publish\SPI\Persistence\Content\Field $field
27 27
      * @param \eZ\Publish\SPI\Persistence\Content\Type\FieldDefinition $fieldDefinition
28 28
      *
29
-     * @return \eZ\Publish\SPI\Search\Field[]
29
+     * @return Search\Field[]
30 30
      */
31 31
     public function getIndexData(Field $field, FieldDefinition $fieldDefinition)
32 32
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/RelationList/Type.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
      *
107 107
      * @param \eZ\Publish\Core\FieldType\Url\Value $value
108 108
      *
109
-     * @return array
109
+     * @return boolean
110 110
      */
111 111
     protected function getSortInfo(BaseValue $value)
112 112
     {
Please login to merge, or discard this patch.