Test Failed
Push — master ( da2c9c...d0cc4d )
by Kirill
02:03
created
src/Document.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
     }
108 108
 
109 109
     /**
110
-     * @return iterable|TypeDefinition[]
110
+     * @return \Generator
111 111
      * @throws TypeNotFoundException
112 112
      */
113 113
     public function getTypeDefinitions(): iterable
Please login to merge, or discard this patch.
src/Reflection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
 
53 53
     /**
54 54
      * @param Type|null $of
55
-     * @return iterable|TypeDefinition[]
55
+     * @return \Generator
56 56
      */
57 57
     public function all(Type $of = null): iterable
58 58
     {
Please login to merge, or discard this patch.