We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -160,8 +160,8 @@ |
||
160 | 160 | * Retrieves a character from the given \DOMNode. |
161 | 161 | * |
162 | 162 | * @param \DOMNode $node Required. |
163 | - * @param [type] $position The position parameter for `substr`. |
|
164 | - * @param [type] $length The length parameter for `substr`. |
|
163 | + * @param integer $position The position parameter for `substr`. |
|
164 | + * @param integer $length The length parameter for `substr`. |
|
165 | 165 | * @param callable $get_textnode A function to retrieve the \DOMText from the node. |
166 | 166 | * |
167 | 167 | * @return string The character or an empty string. |