Skip to content

Commit 78ebb27

Browse files
committed
Merge pull request #30 from WanderingZombie/patch-1
tweak to DocBlock
2 parents eccdf53 + 8cbcf7b commit 78ebb27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Src/Sunra/PhpSimple/simplehtmldom_1_5/simple_html_dom.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -507,9 +507,9 @@ function makeup()
507507
/**
508508
* find elements by css selector
509509
* PaperG - added ability for find to lowercase the value of the selector.
510-
* @param string $selector
511-
* @param null $idx
512-
* @param bool $lowercase
510+
* @param string $selector
511+
* @param int|null $idx
512+
* @param bool $lowercase
513513
* @return simple_html_dom_node[]|simple_html_dom_node|null
514514
*/
515515
function find($selector, $idx=null, $lowercase=false)

0 commit comments

Comments
 (0)