@@ -107,7 +107,7 @@ |
||
107 | 107 | /** |
108 | 108 | * Pass the given string through the given tokenizers |
109 | 109 | * |
110 | - * @param string|TokenRegistry $string The String to be tokenized |
|
110 | + * @param string $string The String to be tokenized |
|
111 | 111 | * |
112 | 112 | * @return TokenRegistry |
113 | 113 | */ |
@@ -234,7 +234,7 @@ |
||
234 | 234 | /** |
235 | 235 | * Add a Dictionary to the Hyphenator |
236 | 236 | * |
237 | - * @param Dictionary|string $dictionary The |
|
237 | + * @param string $dictionary The |
|
238 | 238 | * Dictionary wit hyphenation-Patterns to add to this Hyphenator |
239 | 239 | * |
240 | 240 | * @return Hyphenator |