Completed
Push — master ( 37775b...fd5279 )
by André
27:41
created
Core/FieldType/MapLocation/MapLocationStorage/Gateway/LegacyStorage.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
      * @param VersionInfo $versionInfo
70 70
      * @param Field $field
71 71
      *
72
-     * @return bool If restoring of the internal field data is required
72
+     * @return null|boolean If restoring of the internal field data is required
73 73
      */
74 74
     public function storeFieldData(VersionInfo $versionInfo, Field $field)
75 75
     {
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
      * @param VersionInfo $versionInfo
105 105
      * @param Field $field
106 106
      *
107
-     * @return bool
107
+     * @return boolean|null
108 108
      */
109 109
     protected function updateFieldData(VersionInfo $versionInfo, Field $field)
110 110
     {
@@ -188,6 +188,7 @@  discard block
 block discarded – undo
188 188
      * If no data is found, null is returned.
189 189
      *
190 190
      * @param int $fieldId
191
+     * @param integer $versionNo
191 192
      *
192 193
      * @return array|null
193 194
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/MapLocation/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/Media/MediaStorage/Gateway/LegacyStorage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
      * add additional columns to be set in the database. Please do not forget
97 97
      * to call the parent when overwriting this method.
98 98
      *
99
-     * @param \ezcQueryInsert $insertQuery
99
+     * @param InsertQuery $insertQuery
100 100
      * @param VersionInfo $versionInfo
101 101
      * @param Field $field
102 102
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/Page/PageService.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,6 @@
 block discarded – undo
84 84
      *
85 85
      * @param array $zoneDefinition
86 86
      * @param array $blockDefinition
87
-     * @param \eZ\Publish\API\Repository\LocationService $locationService
88 87
      * @param \eZ\Publish\API\Repository\ContentService $contentService
89 88
      */
90 89
     public function __construct(
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
@@ -225,7 +225,7 @@
 block discarded – undo
225 225
      *
226 226
      * @param int|string $id
227 227
      *
228
-     * @return int
228
+     * @return string
229 229
      */
230 230
     public function getContentIdByBlockId($id)
231 231
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/Page/Type.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
      * This value will be used, if no value was provided for a field of this
109 109
      * type and no default value was specified in the field definition.
110 110
      *
111
-     * @return mixed
111
+     * @return Value
112 112
      */
113 113
     public function getEmptyValue()
114 114
     {
@@ -217,7 +217,7 @@  discard block
 block discarded – undo
217 217
      *
218 218
      * @param \eZ\Publish\Core\FieldType\Page\Value $value
219 219
      *
220
-     * @return mixed
220
+     * @return boolean
221 221
      */
222 222
     protected function getSortInfo(BaseValue $value)
223 223
     {
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
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
     /**
62 62
      * Returns if the given $value is considered empty by the field type.
63 63
      *
64
-     * @param mixed $value
64
+     * @param SPIValue $value
65 65
      *
66 66
      * @return bool
67 67
      */
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
      *
110 110
      * @param \eZ\Publish\Core\FieldType\Rating\Value $value
111 111
      *
112
-     * @return array
112
+     * @return boolean
113 113
      */
114 114
     protected function getSortInfo(BaseValue $value)
115 115
     {
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.