Completed
Push — main ( a4a237...ea34c3 )
by Andreas
12s queued 11s
created
src/Tokenizer/TokenizerRegistry.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/Hyphenator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -234,7 +234,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.