Completed
Push — master ( b12741...03b4a1 )
by Kirill
01:38
created
src/Attribute/TypeHint.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
 
44 44
     /**
45 45
      * @param Matchable $matcher
46
-     * @return Disjunction
46
+     * @return TypeHint
47 47
      */
48 48
     public function addMatcher(Matchable $matcher): Matchable
49 49
     {
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
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 use Railt\Io\Exception\ExternalFileException;
13 13
 use Railt\Io\File;
14
-use Serafim\Properties\Attribute\AttributeInterface;
15 14
 use Serafim\Properties\Exception\AccessDeniedException;
16 15
 use Serafim\Properties\Exception\NotReadableException;
17 16
 use Serafim\Properties\Exception\NotWritableException;
Please login to merge, or discard this patch.
src/Reducers/TypeHint/GenericReducer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 
32 32
     /**
33 33
      * @param RuleInterface $rule
34
-     * @return \Generator|Matchable
34
+     * @return \Generator
35 35
      */
36 36
     public function reduce(RuleInterface $rule): \Generator
37 37
     {
Please login to merge, or discard this patch.