Completed
Push — is_user ( 13f461...74b317 )
by André
59:32 queued 38:15
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/ContentServiceTest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2737,7 +2737,7 @@  discard block
 block discarded – undo
2737 2737
     /**
2738 2738
      * Test for the addRelation() method.
2739 2739
      *
2740
-     * @return \eZ\Publish\API\Repository\Values\Content\Content
2740
+     * @return Relation[]
2741 2741
      *
2742 2742
      * @see \eZ\Publish\API\Repository\ContentService::addRelation()
2743 2743
      * @depends eZ\Publish\API\Repository\Tests\ContentServiceTest::testPublishVersionFromContentDraft
@@ -4554,7 +4554,7 @@  discard block
 block discarded – undo
4554 4554
      * given properties are available in $actualAliases and not more.
4555 4555
      *
4556 4556
      * @param array $expectedAliasProperties
4557
-     * @param array $actualAliases
4557
+     * @param URLAlias[] $actualAliases
4558 4558
      */
4559 4559
     private function assertAliasesCorrect(array $expectedAliasProperties, array $actualAliases)
4560 4560
     {
@@ -4716,7 +4716,7 @@  discard block
 block discarded – undo
4716 4716
     /**
4717 4717
      * Returns the default fixture of fields used in most tests.
4718 4718
      *
4719
-     * @return \eZ\Publish\API\Repository\Values\Content\Field[]
4719
+     * @return Field[]
4720 4720
      */
4721 4721
     private function createFieldsFixture()
4722 4722
     {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/FieldType/BinaryFileIntegrationTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
     /**
157 157
      * Get initial field data for valid object creation.
158 158
      *
159
-     * @return mixed
159
+     * @return BinaryFileValue
160 160
      */
161 161
     public function getValidCreationFieldData()
162 162
     {
@@ -245,7 +245,7 @@  discard block
 block discarded – undo
245 245
     /**
246 246
      * Get update field externals data.
247 247
      *
248
-     * @return array
248
+     * @return BinaryFileValue
249 249
      */
250 250
     public function getValidUpdateFieldData()
251 251
     {
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/CountryIntegrationTest.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 CountryValue
109 109
      */
110 110
     public function getValidCreationFieldData()
111 111
     {
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
     /**
209 209
      * Get update field externals data.
210 210
      *
211
-     * @return array
211
+     * @return CountryValue
212 212
      */
213 213
     public function getValidUpdateFieldData()
214 214
     {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/FieldType/DateAndTimeIntegrationTest.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 DateAndTimeValue
120 120
      */
121 121
     public function getValidCreationFieldData()
122 122
     {
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
     /**
183 183
      * Get update field externals data.
184 184
      *
185
-     * @return array
185
+     * @return DateAndTimeValue
186 186
      */
187 187
     public function getValidUpdateFieldData()
188 188
     {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/FieldType/DateIntegrationTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
     /**
108 108
      * Get initial field data for valid object creation.
109 109
      *
110
-     * @return mixed
110
+     * @return DateValue
111 111
      */
112 112
     public function getValidCreationFieldData()
113 113
     {
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
     /**
175 175
      * Get valid field data for updating content.
176 176
      *
177
-     * @return mixed
177
+     * @return DateValue
178 178
      */
179 179
     public function getValidUpdateFieldData()
180 180
     {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/FieldType/EmailAddressIntegrationTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
     /**
105 105
      * Get initial field data for valid object creation.
106 106
      *
107
-     * @return mixed
107
+     * @return EmailAddressValue
108 108
      */
109 109
     public function getValidCreationFieldData()
110 110
     {
@@ -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 EmailAddressValue
193 193
      */
194 194
     public function getValidUpdateFieldData()
195 195
     {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/FieldType/FloatIntegrationTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
     /**
118 118
      * Get initial field data for valid object creation.
119 119
      *
120
-     * @return mixed
120
+     * @return FloatValue
121 121
      */
122 122
     public function getValidCreationFieldData()
123 123
     {
@@ -190,7 +190,7 @@  discard block
 block discarded – undo
190 190
     /**
191 191
      * Get update field externals data.
192 192
      *
193
-     * @return array
193
+     * @return FloatValue
194 194
      */
195 195
     public function getValidUpdateFieldData()
196 196
     {
Please login to merge, or discard this patch.