Completed
Push — master ( 1bc299...b12741 )
by Kirill
03:33
created
src/Attribute/TypeHint.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
 
59 59
     /**
60 60
      * @param Matchable $matcher
61
-     * @return OrTypeHint
61
+     * @return TypeHint
62 62
      */
63 63
     public function addMatcher(Matchable $matcher): Matchable
64 64
     {
Please login to merge, or discard this patch.
src/Reducers/DocBlockReducer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 
30 30
     /**
31 31
      * @param RuleInterface $rule
32
-     * @return mixed|string
32
+     * @return \Generator
33 33
      */
34 34
     public function reduce(RuleInterface $rule)
35 35
     {
Please login to merge, or discard this patch.
src/Reducers/TypeHintReducer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 
30 30
     /**
31 31
      * @param RuleInterface $rule
32
-     * @return \Generator|TypeHint
32
+     * @return \Generator
33 33
      */
34 34
     public function reduce(RuleInterface $rule): \Generator
35 35
     {
Please login to merge, or discard this patch.