Completed
Push — ezp24853-enhance_rest_when_fai... ( 9b9e7f...2bdb71 )
by
unknown
22:53
created
eZ/Publish/API/Repository/Tests/FieldType/RelationListIntegrationTest.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
     /**
38 38
      * @param \eZ\Publish\API\Repository\Values\Content\Content $content
39 39
      *
40
-     * @return array|\eZ\Publish\API\Repository\Values\Content\Relation[]
40
+     * @return Relation[]
41 41
      */
42 42
     public function getCreateExpectedRelations(Content $content)
43 43
     {
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
     /**
67 67
      * @param \eZ\Publish\API\Repository\Values\Content\Content $content
68 68
      *
69
-     * @return array|\eZ\Publish\API\Repository\Values\Content\Relation[]
69
+     * @return Relation[]
70 70
      */
71 71
     public function getUpdateExpectedRelations(Content $content)
72 72
     {
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
     /**
187 187
      * Get initial field data for valid object creation.
188 188
      *
189
-     * @return mixed
189
+     * @return RelationListValue
190 190
      */
191 191
     public function getValidCreationFieldData()
192 192
     {
@@ -251,7 +251,7 @@  discard block
 block discarded – undo
251 251
     /**
252 252
      * Get update field externals data.
253 253
      *
254
-     * @return array
254
+     * @return RelationListValue
255 255
      */
256 256
     public function getValidUpdateFieldData()
257 257
     {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/FieldType/RichTextIntegrationTest.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
     /**
59 59
      * @param \eZ\Publish\API\Repository\Values\Content\Content $content
60 60
      *
61
-     * @return \eZ\Publish\Core\Repository\Values\Content\Relation[]
61
+     * @return Relation[]
62 62
      */
63 63
     public function getCreateExpectedRelations(Content $content)
64 64
     {
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
     /**
86 86
      * @param \eZ\Publish\API\Repository\Values\Content\Content $content
87 87
      *
88
-     * @return \eZ\Publish\Core\Repository\Values\Content\Relation[]
88
+     * @return Relation[]
89 89
      */
90 90
     public function getUpdateExpectedRelations(Content $content)
91 91
     {
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
      *
196 196
      * @todo add embeds when implemented
197 197
      *
198
-     * @return mixed
198
+     * @return RichTextValue
199 199
      */
200 200
     public function getValidCreationFieldData()
201 201
     {
@@ -269,7 +269,7 @@  discard block
 block discarded – undo
269 269
     /**
270 270
      * Get update field externals data.
271 271
      *
272
-     * @return array
272
+     * @return RichTextValue
273 273
      */
274 274
     public function getValidUpdateFieldData()
275 275
     {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/FieldType/SelectionIntegrationTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
     /**
119 119
      * Get initial field data for valid object creation.
120 120
      *
121
-     * @return mixed
121
+     * @return SelectionValue
122 122
      */
123 123
     public function getValidCreationFieldData()
124 124
     {
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
     /**
188 188
      * Get update field externals data.
189 189
      *
190
-     * @return array
190
+     * @return SelectionValue
191 191
      */
192 192
     public function getValidUpdateFieldData()
193 193
     {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/FieldType/TextBlockIntegrationTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
     /**
106 106
      * Get initial field data for valid object creation.
107 107
      *
108
-     * @return mixed
108
+     * @return TextBlockValue
109 109
      */
110 110
     public function getValidCreationFieldData()
111 111
     {
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
     /**
171 171
      * Get update field externals data.
172 172
      *
173
-     * @return array
173
+     * @return TextBlockValue
174 174
      */
175 175
     public function getValidUpdateFieldData()
176 176
     {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/FieldType/TextLineIntegrationTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
     /**
117 117
      * Get initial field data for valid object creation.
118 118
      *
119
-     * @return mixed
119
+     * @return TextLineValue
120 120
      */
121 121
     public function getValidCreationFieldData()
122 122
     {
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
     /**
190 190
      * Get update field externals data.
191 191
      *
192
-     * @return array
192
+     * @return TextLineValue
193 193
      */
194 194
     public function getValidUpdateFieldData()
195 195
     {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/FieldType/TimeIntegrationTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
     /**
112 112
      * Get initial field data for valid object creation.
113 113
      *
114
-     * @return mixed
114
+     * @return TimeValue
115 115
      */
116 116
     public function getValidCreationFieldData()
117 117
     {
@@ -177,7 +177,7 @@  discard block
 block discarded – undo
177 177
     /**
178 178
      * Get update field externals data.
179 179
      *
180
-     * @return array
180
+     * @return TimeValue
181 181
      */
182 182
     public function getValidUpdateFieldData()
183 183
     {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/FieldType/UrlIntegrationTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
     /**
99 99
      * Get initial field data for valid object creation.
100 100
      *
101
-     * @return mixed
101
+     * @return UrlValue
102 102
      */
103 103
     public function getValidCreationFieldData()
104 104
     {
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
     /**
169 169
      * Get update field externals data.
170 170
      *
171
-     * @return array
171
+     * @return UrlValue
172 172
      */
173 173
     public function getValidUpdateFieldData()
174 174
     {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/FieldType/UserIntegrationTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
     /**
106 106
      * Get initial field externals data.
107 107
      *
108
-     * @return array
108
+     * @return UserValue
109 109
      */
110 110
     public function getValidCreationFieldData()
111 111
     {
@@ -178,7 +178,7 @@  discard block
 block discarded – undo
178 178
     /**
179 179
      * Get update field externals data.
180 180
      *
181
-     * @return array
181
+     * @return UserValue
182 182
      */
183 183
     public function getValidUpdateFieldData()
184 184
     {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/ObjectStateServiceTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -433,9 +433,9 @@
 block discarded – undo
433 433
     /**
434 434
      * testLoadObjectStateGroupsLoadedExpectedGroups.
435 435
      *
436
-     * @param array $loadObjectStateGroups
437 436
      *
438 437
      * @depends testLoadObjectStateGroups
438
+     * @param string $class
439 439
      */
440 440
     protected function assertObjectsLoadedByIdentifiers(array $expectedIdentifiers, array $loadedObjects, $class)
441 441
     {
Please login to merge, or discard this patch.