Completed
Push — ezp_31059 ( 42fc46...efe046 )
by
unknown
34:04 queued 16:27
created
eZ/Publish/API/Repository/Tests/BaseNonRedundantFieldSetTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -183,6 +183,9 @@
 block discarded – undo
183 183
         return $this->createTestContent('eng-US', $fieldValues);
184 184
     }
185 185
 
186
+    /**
187
+     * @param string $initialLanguageCode
188
+     */
186 189
     protected function updateTestContent($initialLanguageCode, array $fieldValues)
187 190
     {
188 191
         $repository = $this->getRepository();
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/FieldType/CheckboxIntegrationTest.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 CheckboxValue
102 102
      */
103 103
     public function getValidCreationFieldData()
104 104
     {
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
     /**
164 164
      * Get update field externals data.
165 165
      *
166
-     * @return array
166
+     * @return CheckboxValue
167 167
      */
168 168
     public function getValidUpdateFieldData()
169 169
     {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/FieldType/ImageIntegrationTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@  discard block
 block discarded – undo
151 151
     /**
152 152
      * Get initial field data for valid object creation.
153 153
      *
154
-     * @return mixed
154
+     * @return ImageValue
155 155
      */
156 156
     public function getValidCreationFieldData()
157 157
     {
@@ -233,7 +233,7 @@  discard block
 block discarded – undo
233 233
     /**
234 234
      * Get update field externals data.
235 235
      *
236
-     * @return array
236
+     * @return ImageValue
237 237
      */
238 238
     public function getValidUpdateFieldData()
239 239
     {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/FieldType/MapLocationIntegrationTest.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 MapLocationValue
102 102
      */
103 103
     public function getValidCreationFieldData()
104 104
     {
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
     /**
193 193
      * Get update field externals data.
194 194
      *
195
-     * @return array
195
+     * @return MapLocationValue
196 196
      */
197 197
     public function getValidUpdateFieldData()
198 198
     {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/FieldType/RatingIntegrationTest.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 RatingValue
102 102
      */
103 103
     public function getValidCreationFieldData()
104 104
     {
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
     /**
167 167
      * Get update field externals data.
168 168
      *
169
-     * @return array
169
+     * @return RatingValue
170 170
      */
171 171
     public function getValidUpdateFieldData()
172 172
     {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/FieldType/RelationIntegrationTest.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
     /**
37 37
      * @param \eZ\Publish\API\Repository\Values\Content\Content $content
38 38
      *
39
-     * @return array|\eZ\Publish\API\Repository\Values\Content\Relation[]
39
+     * @return Relation[]
40 40
      */
41 41
     public function getCreateExpectedRelations(Content $content)
42 42
     {
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
     /**
58 58
      * @param \eZ\Publish\API\Repository\Values\Content\Content $content
59 59
      *
60
-     * @return array|\eZ\Publish\API\Repository\Values\Content\Relation[]
60
+     * @return Relation[]
61 61
      */
62 62
     public function getUpdateExpectedRelations(Content $content)
63 63
     {
@@ -151,7 +151,7 @@  discard block
 block discarded – undo
151 151
     /**
152 152
      * Get initial field data for valid object creation.
153 153
      *
154
-     * @return mixed
154
+     * @return RelationValue
155 155
      */
156 156
     public function getValidCreationFieldData()
157 157
     {
@@ -216,7 +216,7 @@  discard block
 block discarded – undo
216 216
     /**
217 217
      * Get update field externals data.
218 218
      *
219
-     * @return array
219
+     * @return RelationValue
220 220
      */
221 221
     public function getValidUpdateFieldData()
222 222
     {
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/SearchServiceTest.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3826,6 +3826,7 @@  discard block
 block discarded – undo
3826 3826
      * Test for the findContent() method.
3827 3827
      *
3828 3828
      * @see \eZ\Publish\API\Repository\SearchService::findContent()
3829
+     * @param string $queryType
3829 3830
      */
3830 3831
     public function testUserMetadataGroupHorizontalFilterContent($queryType = null)
3831 3832
     {
@@ -3915,6 +3916,7 @@  discard block
 block discarded – undo
3915 3916
      * Test for the findLocations() method.
3916 3917
      *
3917 3918
      * @see \eZ\Publish\API\Repository\SearchService::findLocations()
3919
+     * @param string $queryType
3918 3920
      */
3919 3921
     public function testUserMetadataGroupHorizontalFilterLocation($queryType = null)
3920 3922
     {
@@ -4354,7 +4356,7 @@  discard block
 block discarded – undo
4354 4356
      *
4355 4357
      * @param null|callable $closure
4356 4358
      *
4357
-     * @return callable
4359
+     * @return \Closure
4358 4360
      */
4359 4361
     private function getContentInfoFixtureClosure($closure = null)
4360 4362
     {
Please login to merge, or discard this patch.
API/Repository/Tests/SearchServiceTranslationLanguageFallbackTest.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
 
134 134
     /**
135
-     * @param array $parentLocationIds
135
+     * @param integer[] $parentLocationIds
136 136
      *
137 137
      * @return array
138 138
      */
Please login to merge, or discard this patch.