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/Properties.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 namespace Serafim\Properties;
11 11
 
12 12
 use Railt\Io\File;
13
-use Serafim\Properties\Attribute\AttributeInterface;
14 13
 use Serafim\Properties\Exception\AccessDeniedException;
15 14
 use Serafim\Properties\Exception\NotReadableException;
16 15
 use Serafim\Properties\Exception\NotWritableException;
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.