Completed
Push — 7.4 ( 49d4f5...00d753 )
by
unknown
46:53 queued 20:03
created
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/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/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.
eZ/Publish/Core/Persistence/Legacy/Content/Mapper.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
      * Creates a Content from the given $struct and $currentVersionNo.
59 59
      *
60 60
      * @param \eZ\Publish\SPI\Persistence\Content\CreateStruct $struct
61
-     * @param mixed $currentVersionNo
61
+     * @param integer $currentVersionNo
62 62
      *
63 63
      * @return \eZ\Publish\SPI\Persistence\Content\ContentInfo
64 64
      */
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
      * Creates a new version for the given $struct and $versionNo.
90 90
      *
91 91
      * @param \eZ\Publish\SPI\Persistence\Content\CreateStruct $struct
92
-     * @param mixed $versionNo
92
+     * @param integer $versionNo
93 93
      *
94 94
      * @return \eZ\Publish\SPI\Persistence\Content\VersionInfo
95 95
      */
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
      * Creates a new version for the given $content.
124 124
      *
125 125
      * @param \eZ\Publish\SPI\Persistence\Content $content
126
-     * @param mixed $versionNo
126
+     * @param integer $versionNo
127 127
      * @param mixed $userId
128 128
      *
129 129
      * @return \eZ\Publish\SPI\Persistence\Content\VersionInfo
Please login to merge, or discard this patch.
Core/Persistence/Legacy/Content/ObjectState/Gateway/DoctrineDatabase.php 1 patch
Doc Comments   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
     /**
51 51
      * Loads data for an object state.
52 52
      *
53
-     * @param mixed $stateId
53
+     * @param integer $stateId
54 54
      *
55 55
      * @return array
56 56
      */
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
      * Loads data for an object state by identifier.
75 75
      *
76 76
      * @param string $identifier
77
-     * @param mixed $groupId
77
+     * @param integer $groupId
78 78
      *
79 79
      * @return array
80 80
      */
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
     /**
104 104
      * Loads data for all object states belonging to group with $groupId ID.
105 105
      *
106
-     * @param mixed $groupId
106
+     * @param integer $groupId
107 107
      *
108 108
      * @return array
109 109
      */
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
     /**
132 132
      * Loads data for an object state group.
133 133
      *
134
-     * @param mixed $groupId
134
+     * @param integer $groupId
135 135
      *
136 136
      * @return array
137 137
      */
@@ -455,7 +455,7 @@  discard block
 block discarded – undo
455 455
     /**
456 456
      * Deletes the object state group identified by $groupId.
457 457
      *
458
-     * @param mixed $groupId
458
+     * @param integer $groupId
459 459
      */
460 460
     public function deleteObjectStateGroup($groupId)
461 461
     {
@@ -477,9 +477,9 @@  discard block
 block discarded – undo
477 477
     /**
478 478
      * Sets the object state $stateId to content with $contentId ID.
479 479
      *
480
-     * @param mixed $contentId
481
-     * @param mixed $groupId
482
-     * @param mixed $stateId
480
+     * @param integer $contentId
481
+     * @param integer $groupId
482
+     * @param integer $stateId
483 483
      */
484 484
     public function setContentState($contentId, $groupId, $stateId)
485 485
     {
@@ -591,7 +591,7 @@  discard block
 block discarded – undo
591 591
     /**
592 592
      * Returns the number of objects which are in this state.
593 593
      *
594
-     * @param mixed $stateId
594
+     * @param integer $stateId
595 595
      *
596 596
      * @return int
597 597
      */
@@ -620,7 +620,7 @@  discard block
 block discarded – undo
620 620
     /**
621 621
      * Updates the object state priority to provided value.
622 622
      *
623
-     * @param mixed $stateId
623
+     * @param integer $stateId
624 624
      * @param int $priority
625 625
      */
626 626
     public function updateObjectStatePriority($stateId, $priority)
@@ -823,7 +823,7 @@  discard block
 block discarded – undo
823 823
      * Generates language mask from provided language codes
824 824
      * Also sets always available bit.
825 825
      *
826
-     * @param array $languageCodes
826
+     * @param string[] $languageCodes
827 827
      *
828 828
      * @return int
829 829
      */
Please login to merge, or discard this patch.