Completed
Push — master ( 428c5a...7d877f )
by Martin
01:03 queued 01:03
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.