@@ -108,7 +108,7 @@ discard block |
||
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 |
||
161 | 161 | } |
162 | 162 | |
163 | 163 | /** |
164 | - * @return iterable |
|
164 | + * @return \Generator |
|
165 | 165 | */ |
166 | 166 | public function getPropertiesIterator() : iterable |
167 | 167 | { |
@@ -1,7 +1,7 @@ |
||
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; |