Failed Conditions
Pull Request — develop (#6663)
by Michael
63:24
created
lib/Doctrine/ORM/Mapping/ComponentMetadata.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
     }
109 109
 
110 110
     /**
111
-     * @return iterable
111
+     * @return \Generator
112 112
      */
113 113
     public function getDeclaredPropertiesIterator() : iterable
114 114
     {
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
     }
162 162
 
163 163
     /**
164
-     * @return iterable
164
+     * @return \Generator
165 165
      */
166 166
     public function getPropertiesIterator() : iterable
167 167
     {
Please login to merge, or discard this patch.