Completed
Push — master ( f38e95...1522e3 )
by Martin
03:50
created
tests/Functional/LocalDataTest.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -63,6 +63,11 @@
 block discarded – undo
63 63
         return $ret;
64 64
     }
65 65
 
66
+    /**
67
+     * @param string $markdown
68
+     * @param string $html
69
+     * @param string $testName
70
+     */
66 71
     protected function assertCommonMark(ElementRendererInterface $renderer, $markdown, $html, $testName): void
67 72
     {
68 73
         $documentAST = $this->parser->parse($markdown);
Please login to merge, or discard this patch.