Passed
Push — master ( a107b2...e86001 )
by Ismayil
05:19
created
src/hypeJunction/Parser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -339,7 +339,7 @@
 block discarded – undo
339 339
 	 * Returns HTML contents of the page as a DOMDocument
340 340
 	 *
341 341
 	 * @param string $url URL of the resource
342
-	 * @return DOMDocument|false
342
+	 * @return DOMDocument
343 343
 	 */
344 344
 	public function getDOM($url = '') {
345 345
 		$html = $this->getHTML($url);
Please login to merge, or discard this patch.