Completed
Push — master ( e2a47d...3368a0 )
by Thomas
02:31
created
src/FluentDOM/Loader/Html.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -75,6 +75,9 @@  discard block
 block discarded – undo
75 75
       return NULL;
76 76
     }
77 77
 
78
+    /**
79
+     * @param string $source
80
+     */
78 81
     private function ensureEncodingPI($source, $encoding, $force = FALSE) {
79 82
       $hasXmlPi = preg_match('(<\\?xml\\s)', $source);
80 83
       if (!$force) {
@@ -143,6 +146,10 @@  discard block
 block discarded – undo
143 146
       return NULL;
144 147
     }
145 148
 
149
+    /**
150
+     * @param string $contentType
151
+     * @param Options $options
152
+     */
146 153
     private function isFragment($contentType, $options) {
147 154
       return (
148 155
         $contentType == 'html-fragment' ||
Please login to merge, or discard this patch.