Completed
Push — master ( 82c7bd...8afd90 )
by Kirill
11:36 queued 08:06
created
src/Compiler/Ast/Definition/UnionDefinitionNode.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 class UnionDefinitionNode extends TypeDefinitionNode
18 18
 {
19 19
     /**
20
-     * @return iterable|TypeNameNode[]
20
+     * @return \Generator
21 21
      */
22 22
     public function getUnitedTypes(): iterable
23 23
     {
Please login to merge, or discard this patch.
src/Compiler/Ast/Value/InputValueNode.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 class InputValueNode extends BaseValueNode
19 19
 {
20 20
     /**
21
-     * @return iterable|BaseValueNode[]
21
+     * @return \Generator
22 22
      */
23 23
     public function toPrimitive(): iterable
24 24
     {
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
     }
27 27
 
28 28
     /**
29
-     * @return iterable|BaseValueNode[]
29
+     * @return \Generator
30 30
      */
31 31
     public function getValues(): iterable
32 32
     {
Please login to merge, or discard this patch.