@@ -70,8 +70,8 @@ |
||
| 70 | 70 | * @param $c |
| 71 | 71 | * @param $a |
| 72 | 72 | * @param $b |
| 73 | - * @param $i |
|
| 74 | - * @param $j |
|
| 73 | + * @param integer $i |
|
| 74 | + * @param integer $j |
|
| 75 | 75 | * @param $matches |
| 76 | 76 | */ |
| 77 | 77 | protected function compileMatches($c, $a, $b, $i, $j, &$matches) |
@@ -91,7 +91,7 @@ |
||
| 91 | 91 | } |
| 92 | 92 | |
| 93 | 93 | /** |
| 94 | - * @param \simple_html_dom|\simple_html_dom_node $dom |
|
| 94 | + * @param \simple_html_dom $dom |
|
| 95 | 95 | * |
| 96 | 96 | * @return \simple_html_dom_node[]|\simple_html_dom_node|null |
| 97 | 97 | */ |
@@ -24,9 +24,9 @@ |
||
| 24 | 24 | * @var array |
| 25 | 25 | */ |
| 26 | 26 | protected static $listContentTags = array( |
| 27 | - 'h1','h2','h3','h4','h5','pre','div','br','hr','code', |
|
| 28 | - 'input','form','img','span','a','i','b','strong','em', |
|
| 29 | - 'font','big','del','tt','sub','sup','strike', |
|
| 27 | + 'h1', 'h2', 'h3', 'h4', 'h5', 'pre', 'div', 'br', 'hr', 'code', |
|
| 28 | + 'input', 'form', 'img', 'span', 'a', 'i', 'b', 'strong', 'em', |
|
| 29 | + 'font', 'big', 'del', 'tt', 'sub', 'sup', 'strike', |
|
| 30 | 30 | ); |
| 31 | 31 | |
| 32 | 32 | /** |