@@ -63,6 +63,9 @@ |
||
| 63 | 63 | return $chars; |
| 64 | 64 | } |
| 65 | 65 | |
| 66 | + /** |
|
| 67 | + * @param integer $code_point |
|
| 68 | + */ |
|
| 66 | 69 | protected function utf8Chr($code_point) |
| 67 | 70 | { |
| 68 | 71 | |
@@ -50,7 +50,7 @@ |
||
| 50 | 50 | } |
| 51 | 51 | |
| 52 | 52 | /** |
| 53 | - * @return array |
|
| 53 | + * @return Warning\Warning[] |
|
| 54 | 54 | */ |
| 55 | 55 | public function getWarnings() |
| 56 | 56 | { |
@@ -183,7 +183,7 @@ |
||
| 183 | 183 | } |
| 184 | 184 | |
| 185 | 185 | /** |
| 186 | - * @return string|false |
|
| 186 | + * @return Result |
|
| 187 | 187 | */ |
| 188 | 188 | protected function parseDomainLiteral() : Result |
| 189 | 189 | { |