Completed
Push — master ( 4e0ac6...0fdc9b )
by Łukasz
25:36
created
eZ/Publish/Core/Repository/SiteAccessAware/Tests/AbstractServiceTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
      *
111 111
      * @param array $arguments
112 112
      * @param int $languageArgumentIndex
113
-     * @param array $languages
113
+     * @param string[] $languages
114 114
      *
115 115
      * @return array
116 116
      */
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
      *
167 167
      * @param array $arguments
168 168
      * @param int $languageArgumentIndex
169
-     * @param array $languages
169
+     * @param string[] $languages
170 170
      *
171 171
      * @return array
172 172
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/Repository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -377,7 +377,7 @@
 block discarded – undo
377 377
      * @throws \RuntimeException Thrown on recursive sudo() use.
378 378
      * @throws \Exception Re throws exceptions thrown inside $callback
379 379
      *
380
-     * @return mixed
380
+     * @return \eZ\Publish\API\Repository\Values\Content\Content
381 381
      */
382 382
     public function sudo(Closure $callback, RepositoryInterface $outerRepository = null)
383 383
     {
Please login to merge, or discard this patch.