@@ -8,7 +8,7 @@ |
||
| 8 | 8 | |
| 9 | 9 | class HtmlMatcher extends DiagnosingMatcher |
| 10 | 10 | { |
| 11 | - /** |
|
| 11 | + /** |
|
| 12 | 12 | * @link http://www.xmlsoft.org/html/libxml-xmlerror.html#xmlParserErrors |
| 13 | 13 | * @link https://github.com/Chronic-Dev/libxml2/blob/683f296a905710ff285c28b8644ef3a3d8be9486/include/libxml/xmlerror.h#L257 |
| 14 | 14 | */ |
@@ -15,7 +15,7 @@ |
||
| 15 | 15 | private $matcher; |
| 16 | 16 | |
| 17 | 17 | /** |
| 18 | - * @param Matcher|string|null $elementMatcher |
|
| 18 | + * @param null|Matcher $elementMatcher |
|
| 19 | 19 | * |
| 20 | 20 | * @return self |
| 21 | 21 | */ |