Completed
Push — master ( 5e6a60...9ad9dd )
by André
64:47 queued 45:53
created
eZ/Publish/Core/MVC/Symfony/FieldType/Tests/RichText/RendererTest.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1397,7 +1397,7 @@  discard block
 block discarded – undo
1397 1397
     }
1398 1398
 
1399 1399
     /**
1400
-     * @param array $methods
1400
+     * @param string[] $methods
1401 1401
      *
1402 1402
      * @return \eZ\Publish\Core\MVC\Symfony\FieldType\RichText\Renderer|\PHPUnit_Framework_MockObject_MockObject
1403 1403
      */
@@ -1484,6 +1484,9 @@  discard block
 block discarded – undo
1484 1484
         return $this->createMock(LoggerInterface::class);
1485 1485
     }
1486 1486
 
1487
+    /**
1488
+     * @param integer $mainLocationId
1489
+     */
1487 1490
     protected function getContentMock($mainLocationId)
1488 1491
     {
1489 1492
         $contentInfoMock = $this->createMock(ContentInfo::class);
Please login to merge, or discard this patch.