Completed
Push — ezp-24848_ct_removal_content_i... ( 76f4d9...8854bf )
by
unknown
24:46
created
Core/FieldType/Tests/RichText/Normalizer/DocumentTypeDefinitionTest.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -213,6 +213,11 @@
 block discarded – undo
213 213
         $this->assertFalse($normalizer->accept($input));
214 214
     }
215 215
 
216
+    /**
217
+     * @param string $documentElement
218
+     * @param string $namespace
219
+     * @param string $dtdPath
220
+     */
216 221
     protected function getNormalizer($documentElement, $namespace, $dtdPath)
217 222
     {
218 223
         return new DocumentTypeDefinition($documentElement, $namespace, $dtdPath);
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/Helper/DomainMapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -360,7 +360,7 @@
 block discarded – undo
360 360
      * @param \eZ\Publish\API\Repository\Values\Content\Location $parentLocation
361 361
      * @param mixed $mainLocation
362 362
      * @param mixed $contentId
363
-     * @param mixed $contentVersionNo
363
+     * @param null|integer $contentVersionNo
364 364
      *
365 365
      * @return \eZ\Publish\SPI\Persistence\Content\Location\CreateStruct
366 366
      */
Please login to merge, or discard this patch.