Completed
Push — feature-EZP-25696 ( d6b5d6...ab4954 )
by André
356:19 queued 326:15
created
eZ/Publish/Core/REST/Server/Controller/User.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
      *
142 142
      * @param $groupPath
143 143
      *
144
-     * @return \eZ\Publish\Core\REST\Server\Values\RestUserGroup
144
+     * @return Values\CachedValue
145 145
      */
146 146
     public function loadUserGroup($groupPath)
147 147
     {
@@ -178,7 +178,7 @@  discard block
 block discarded – undo
178 178
      *
179 179
      * @param $userId
180 180
      *
181
-     * @return \eZ\Publish\Core\REST\Server\Values\RestUser
181
+     * @return Values\CachedValue
182 182
      */
183 183
     public function loadUser($userId)
184 184
     {
@@ -711,7 +711,7 @@  discard block
 block discarded – undo
711 711
      *
712 712
      * @param $groupPath
713 713
      *
714
-     * @return \eZ\Publish\Core\REST\Server\Values\UserGroupList|\eZ\Publish\Core\REST\Server\Values\UserGroupRefList
714
+     * @return Values\CachedValue
715 715
      */
716 716
     public function loadSubUserGroups($groupPath, Request $request)
717 717
     {
@@ -767,7 +767,7 @@  discard block
 block discarded – undo
767 767
      *
768 768
      * @param $userId
769 769
      *
770
-     * @return \eZ\Publish\Core\REST\Server\Values\UserGroupRefList
770
+     * @return Values\CachedValue
771 771
      */
772 772
     public function loadUserGroupsOfUser($userId, Request $request)
773 773
     {
@@ -807,7 +807,7 @@  discard block
 block discarded – undo
807 807
      *
808 808
      * @param $groupPath
809 809
      *
810
-     * @return \eZ\Publish\Core\REST\Server\Values\UserList|\eZ\Publish\Core\REST\Server\Values\UserRefList
810
+     * @return Values\CachedValue
811 811
      */
812 812
     public function loadUsersFromGroup($groupPath, Request $request)
813 813
     {
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishRestBundle/Tests/Functional/TestCase.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -111,6 +111,7 @@  discard block
 block discarded – undo
111 111
     }
112 112
 
113 113
     /**
114
+     * @param string $method
114 115
      * @return HttpRequest
115 116
      */
116 117
     public function createHttpRequest($method, $uri, $contentType = '', $acceptType = '')
@@ -172,6 +173,9 @@  discard block
 block discarded – undo
172 173
         return $errorMessageString;
173 174
     }
174 175
 
176
+    /**
177
+     * @param string $header
178
+     */
175 179
     protected function assertHttpResponseHasHeader(HttpResponse $response, $header, $expectedValue = null)
176 180
     {
177 181
         $headerValue = $response->getHeader($header);
@@ -181,6 +185,9 @@  discard block
 block discarded – undo
181 185
         }
182 186
     }
183 187
 
188
+    /**
189
+     * @param string $typeString
190
+     */
184 191
     protected function generateMediaTypeString($typeString)
185 192
     {
186 193
         return "application/vnd.ez.api.$typeString";
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/SearchEngineIndexingTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -742,8 +742,8 @@
 block discarded – undo
742 742
      * $parentLocationIdList.
743 743
      *
744 744
      * @param string $contentName
745
-     * @param $contentDescription
746
-     * @param array $parentLocationIdList
745
+     * @param string $contentDescription
746
+     * @param integer[] $parentLocationIdList
747 747
      *
748 748
      * @return \eZ\Publish\API\Repository\Values\Content\Content
749 749
      */
Please login to merge, or discard this patch.
Publish/Core/Search/Legacy/Content/WordIndexer/Gateway/DoctrineDatabase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@
 block discarded – undo
184 184
      * Ported from the legacy code
185 185
      * @see https://github.com/ezsystems/ezpublish-legacy/blob/master/kernel/search/plugins/ezsearchengine/ezsearchengine.php#L386
186 186
      *
187
-     * @param mixed $contentId
187
+     * @param integer $contentId
188 188
      * @param mixed|null $versionId
189 189
      *
190 190
      * @return bool
Please login to merge, or discard this patch.
Core/Helper/Tests/ContentInfoLocationLoader/SudoMainLocationLoaderTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
     }
59 59
 
60 60
     /**
61
-     * @return \eZ\Publish\Core\Repository\Repository|\PHPUnit_Framework_MockObject_MockObject
61
+     * @return \eZ\Publish\API\Repository\Repository
62 62
      */
63 63
     private function getRepositoryMock()
64 64
     {
Please login to merge, or discard this patch.
Core/Persistence/Legacy/Content/FieldValue/Converter/IntegerConverter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
      *
29 29
      * @note Class should instead be configured as service if it gains dependencies.
30 30
      *
31
-     * @return Integer
31
+     * @return IntegerConverter
32 32
      */
33 33
     public static function create()
34 34
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Controller/Content.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -323,7 +323,7 @@  discard block
 block discarded – undo
323 323
      *
324 324
      * @param mixed $contentId
325 325
      *
326
-     * @return \eZ\Publish\Core\REST\Server\Values\VersionList
326
+     * @return Values\CachedValue
327 327
      */
328 328
     public function loadContentVersions($contentId, Request $request)
329 329
     {
@@ -730,7 +730,7 @@  discard block
 block discarded – undo
730 730
      *
731 731
      * @deprecated Since platform 1.0. Forwards the request to the new /views location, but returns a 301.
732 732
      *
733
-     * @return \eZ\Publish\Core\REST\Server\Values\RestExecutedView
733
+     * @return \Symfony\Component\HttpFoundation\Response
734 734
      */
735 735
     public function createView()
736 736
     {
Please login to merge, or discard this patch.