@@ -226,7 +226,7 @@ discard block |
||
226 | 226 | * $post = new Post(); |
227 | 227 | * $post->user = new User(); |
228 | 228 | * |
229 | - * @return RelationInterface[]|\Generator |
|
229 | + * @return \Generator |
|
230 | 230 | */ |
231 | 231 | protected function leadingRelations() |
232 | 232 | { |
@@ -245,7 +245,7 @@ discard block |
||
245 | 245 | * $post = new Post(); |
246 | 246 | * $post->comments->add(new Comment()); |
247 | 247 | * |
248 | - * @return RelationInterface[]|\Generator |
|
248 | + * @return \Generator |
|
249 | 249 | */ |
250 | 250 | protected function dependedRelations() |
251 | 251 | { |