Completed
Push — 7.3 ( 548f7d...bb2b44 )
by André
68:54 queued 48:54
created
eZ/Publish/Core/FieldType/BinaryBase/Type.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@
 block discarded – undo
152 152
      *
153 153
      * @param \eZ\Publish\Core\FieldType\BinaryBase\Value $value
154 154
      *
155
-     * @return mixed
155
+     * @return boolean
156 156
      */
157 157
     protected function getSortInfo(BaseValue $value)
158 158
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/Float/Type.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@
 block discarded – undo
182 182
     /**
183 183
      * Implements the core of {@see isEmptyValue()}.
184 184
      *
185
-     * @param mixed $value
185
+     * @param SPIValue $value
186 186
      *
187 187
      * @return bool
188 188
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/ISBN/Type.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
     /**
77 77
      * Returns if the given $value is considered empty by the field type.
78 78
      *
79
-     * @param mixed $value
79
+     * @param SPIValue $value
80 80
      *
81 81
      * @return bool
82 82
      */
@@ -190,7 +190,7 @@  discard block
 block discarded – undo
190 190
     /**
191 191
      * Converts an $hash to the Value defined by the field type.
192 192
      *
193
-     * @param mixed $hash
193
+     * @param string $hash
194 194
      *
195 195
      * @return \eZ\Publish\Core\FieldType\ISBN\Value $value
196 196
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/Page/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
      * This value will be used, if no value was provided for a field of this
107 107
      * type and no default value was specified in the field definition.
108 108
      *
109
-     * @return mixed
109
+     * @return Value
110 110
      */
111 111
     public function getEmptyValue()
112 112
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/Selection/Type.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
      * It will be used to generate content name and url alias if current field is designated
114 114
      * to be used in the content name/urlAlias pattern.
115 115
      *
116
-     * @param mixed $value
116
+     * @param SPIValue $value
117 117
      *
118 118
      * @return string
119 119
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/Author/Type.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -212,7 +212,7 @@  discard block
 block discarded – undo
212 212
      *
213 213
      * @param string $name
214 214
      *
215
-     * @return \eZ\Publish\SPI\FieldType\ValidationError|null
215
+     * @return ValidationError|null
216 216
      */
217 217
     private function validateSettingName($name)
218 218
     {
@@ -236,7 +236,7 @@  discard block
 block discarded – undo
236 236
      * @param string $name
237 237
      * @param string $value
238 238
      *
239
-     * @return \eZ\Publish\SPI\FieldType\ValidationError|null
239
+     * @return ValidationError|null
240 240
      */
241 241
     private function validateDefaultAuthorSetting($name, $value)
242 242
     {
Please login to merge, or discard this patch.