Completed
Push — tolerant_search_service ( 1edbf9...0c5f4c )
by André
11:19
created
eZ/Publish/Core/MVC/Symfony/FieldType/Tests/RichText/RendererTest.php 1 patch
Doc Comments   +6 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1390,7 +1390,7 @@  discard block
 block discarded – undo
1390 1390
     }
1391 1391
 
1392 1392
     /**
1393
-     * @param array $methods
1393
+     * @param string[] $methods
1394 1394
      *
1395 1395
      * @return \eZ\Publish\Core\MVC\Symfony\FieldType\RichText\Renderer|\PHPUnit_Framework_MockObject_MockObject
1396 1396
      */
@@ -1487,6 +1487,11 @@  discard block
 block discarded – undo
1487 1487
         );
1488 1488
     }
1489 1489
 
1490
+    /**
1491
+     * @param integer $mainLocationId
1492
+     *
1493
+     * @return Exception
1494
+     */
1490 1495
     protected function getContentMock($mainLocationId)
1491 1496
     {
1492 1497
         $contentInfoMock = $this->getMock(ContentInfo::class);
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
@@ -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.