Completed
Push — fix_acholi_language_code ( 7dbf83 )
by
unknown
21:30
created
eZ/Publish/Core/FieldType/Author/Type.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
      *
117 117
      * @param \eZ\Publish\Core\FieldType\Author\Value $value
118 118
      *
119
-     * @return array
119
+     * @return boolean
120 120
      */
121 121
     protected function getSortInfo(BaseValue $value)
122 122
     {
@@ -205,7 +205,7 @@  discard block
 block discarded – undo
205 205
      *
206 206
      * @param string $name
207 207
      *
208
-     * @return \eZ\Publish\SPI\FieldType\ValidationError|null
208
+     * @return ValidationError|null
209 209
      */
210 210
     private function validateSettingName($name)
211 211
     {
@@ -229,7 +229,7 @@  discard block
 block discarded – undo
229 229
      * @param string $name
230 230
      * @param string $value
231 231
      *
232
-     * @return \eZ\Publish\SPI\FieldType\ValidationError|null
232
+     * @return ValidationError|null
233 233
      */
234 234
     private function validateDefaultAuthorSetting($name, $value)
235 235
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/SignalSlot/Repository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@
 block discarded – undo
171 171
      * @param \eZ\Publish\Core\SignalSlot\LanguageService $languageService
172 172
      * @param \eZ\Publish\Core\SignalSlot\URLService $urlService
173 173
      * @param \eZ\Publish\Core\SignalSlot\BookmarkService $bookmarkService
174
-     * @param \eZ\Publish\API\Repository\NotificationService $notificationService
174
+     * @param \PHPUnit\Framework\MockObject\MockObject $notificationService
175 175
      * @param \eZ\Publish\Core\SignalSlot\UserPreferenceService $userPreferenceService
176 176
      */
177 177
     public function __construct(
Please login to merge, or discard this patch.