Completed
Push — 6.7 ( 470b16...7283a5 )
by André
13:35
created
eZ/Publish/Core/Repository/Repository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -370,7 +370,7 @@
 block discarded – undo
370 370
      * @throws \RuntimeException Thrown on recursive sudo() use.
371 371
      * @throws \Exception Re throws exceptions thrown inside $callback
372 372
      *
373
-     * @return mixed
373
+     * @return \eZ\Publish\API\Repository\Values\Content\Content
374 374
      */
375 375
     public function sudo(\Closure $callback, RepositoryInterface $outerRepository = null)
376 376
     {
Please login to merge, or discard this patch.
Tests/DependencyInjection/Compiler/HttpCachePassTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
      * @dataProvider processPurgeClientProvider
63 63
      *
64 64
      * @param string $paramValue
65
-     * @param string $expectedServiceAlias
65
+     * @param string $expectedServiceId
66 66
      * @param \Symfony\Component\DependencyInjection\Definition|null $customService
67 67
      */
68 68
     public function testProcessPurgeClient($paramValue, $expectedServiceId, Definition $customService = null)
Please login to merge, or discard this patch.