Completed
Branch feature/pre-split (4ff102)
by Anton
03:27
created
source/Spiral/ORM/Entities/RelationMap.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -226,7 +226,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.