Failed Conditions
Pull Request — develop (#6663)
by Michael
63:24
created
lib/Doctrine/ORM/Mapping/ComponentMetadata.php 2 patches
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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 
4
-declare(strict_types=1);
4
+declare(strict_types = 1);
5 5
 
6 6
 namespace Doctrine\ORM\Mapping;
7 7
 use Doctrine\ORM\Reflection\RuntimePublicReflectionProperty;
Please login to merge, or discard this patch.