Completed
Push — ezp-30616 ( 9239a0...7bf8e8 )
by
unknown
57:53 queued 37:56
created
eZ/Publish/Core/SignalSlot/Tests/ServiceTest.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -154,8 +154,8 @@  discard block
 block discarded – undo
154 154
     /**
155 155
      * Creates a User object from $userId, $userRemoteId and $userVersionNo.
156 156
      *
157
-     * @param mixed $userId
158
-     * @param mixed $userRemoteId
157
+     * @param integer $userId
158
+     * @param string $userRemoteId
159 159
      * @param int $userVersionNo
160 160
      *
161 161
      * @return \eZ\Publish\Core\Repository\Values\User\User
@@ -177,8 +177,8 @@  discard block
 block discarded – undo
177 177
     /**
178 178
      * Returns a new UserGroup.
179 179
      *
180
-     * @param mixed $groupId
181
-     * @param mixed $groupRemoteId
180
+     * @param integer $groupId
181
+     * @param string $groupRemoteId
182 182
      * @param int $groupVersioNo
183 183
      *
184 184
      * @return \eZ\Publish\Core\Repository\Values\User\UserGroup
Please login to merge, or discard this patch.
eZ/Publish/Core/SignalSlot/Tests/URLServiceTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -85,6 +85,10 @@
 block discarded – undo
85 85
         return new URLService($innerService, $dispatcher);
86 86
     }
87 87
 
88
+    /**
89
+     * @param integer $id
90
+     * @param string $url
91
+     */
88 92
     private function getApiUrl($id = null, $url = null, $isValid = false)
89 93
     {
90 94
         return new URL([
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.