Test Failed
Push — master ( 08713d...9fa0b4 )
by Kirill
03:13
created
src/Compiler/Builder/Common/ValueTypeResolver.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
 
99 99
     /**
100 100
      * @param mixed $value
101
-     * @return iterable|TypeDefinition[]
101
+     * @return \Generator
102 102
      * @throws \Railt\Reflection\Exception\TypeNotFoundException
103 103
      */
104 104
     public function resolveType($value): iterable
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
     /**
139 139
      * @param TypeDefinition $type
140 140
      * @param \Closure $filter
141
-     * @return \Generator|TypeDefinition[]
141
+     * @return \Generator
142 142
      */
143 143
     private function inheritedBy(TypeDefinition $type, \Closure $filter): \Traversable
144 144
     {
Please login to merge, or discard this patch.