Completed
Pull Request — master (#37)
by Andreas
03:23 queued 02:02
created
src/Filter/NonStandardFilter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
      * to act upon
60 60
      *
61 61
      * @see Org\Heigl\Hyphenator\Filter\Filter::run()
62
-     * @return \Org\Heigl\Hyphenator\Tokenizer\Token
62
+     * @return t\TokenRegistry
63 63
      */
64 64
     public function run(t\TokenRegistry $tokens)
65 65
     {
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
      * to act upon
103 103
      *
104 104
      * @see Org\Heigl\Hyphenator\Filter\Filter::run()
105
-     * @return \Org\Heigl\Hyphenator\Tokenizer\Token
105
+     * @return string
106 106
      */
107 107
     protected function doConcatenate(t\TokenRegistry $tokens)
108 108
     {
Please login to merge, or discard this patch.
src/Filter/SimpleFilter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
      * to act upon
60 60
      *
61 61
      * @see Org\Heigl\Hyphenator\Filter\Filter::run()
62
-     * @return \Org\Heigl\Hyphenator\Tokenizer\Token
62
+     * @return t\TokenRegistry
63 63
      */
64 64
     public function run(t\TokenRegistry $tokens)
65 65
     {
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
      * to act upon
103 103
      *
104 104
      * @see Org\Heigl\Hyphenator\Filter\Filter::run()
105
-     * @return \Org\Heigl\Hyphenator\Tokenizer\Token
105
+     * @return string
106 106
      */
107 107
     protected function doConcatenate(t\TokenRegistry $tokens)
108 108
     {
Please login to merge, or discard this patch.