Completed
Pull Request — master (#3)
by Auke
05:08 queued 03:36
created
src/html/Parser.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -34,6 +34,9 @@  discard block
 block discarded – undo
34 34
         }
35 35
     }
36 36
 
37
+    /**
38
+     * @param string $html
39
+     */
37 40
     private function parsePartial( $html, $encoding ) 
38 41
     {
39 42
         $result = $this->parseFull( '<div id="ArcPartialHTML">'.$html.'</div>', $encoding );
@@ -45,6 +48,9 @@  discard block
 block discarded – undo
45 48
         return $result;
46 49
     }
47 50
 
51
+    /**
52
+     * @param string $html
53
+     */
48 54
     private function parseFull( $html ) 
49 55
     {
50 56
         $dom = new \DomDocument();
Please login to merge, or discard this patch.