Passed
Branch master (e57079)
by Gilles
06:24
created
src/PHPHtmlParser/Selector.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
 	 * node object.
47 47
 	 *
48 48
 	 * @param AbstractNode $node
49
-	 * @return array|Collection
49
+	 * @return Collection
50 50
 	 */
51 51
 	public function find(AbstractNode $node)
52 52
 	{
Please login to merge, or discard this patch.
src/PHPHtmlParser/StaticDom.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 	 * new object.
62 62
 	 *
63 63
 	 * @param string $str
64
-	 * @return $this
64
+	 * @return Dom
65 65
 	 */
66 66
 	public static function load($str)
67 67
 	{
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
 	 * new object.
77 77
 	 *
78 78
 	 * @param string $file
79
-	 * @return $this
79
+	 * @return Dom
80 80
 	 */
81 81
 	public static function loadFromFile($file)
82 82
 	{
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
 	 *
93 93
 	 * @param string $url
94 94
 	 * @param CurlInterface $curl
95
-	 * @return $this
95
+	 * @return Dom
96 96
 	 */
97 97
 	public static function loadFromUrl($url, CurlInterface $curl = null)
98 98
 	{
Please login to merge, or discard this patch.