Skip to content

Commit

Permalink
Fix Docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Apr 22, 2022
1 parent dd8630b commit 20b6343
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interface RelationMapperInterface
*
* Each blog posts have comments, to add it
* $commentCollection = $this->populateCollectionWithRelation($blogCollection, 'SpyBlogComment');
* This will populate each entity with related comments. SpyBlogEntity will have array of SpyBlogCommentEntityTransfer[]
* This will populate each entity with related comments. SpyBlogEntity will have array<SpyBlogCommentEntityTransfer>.
*
* To add related data for each comments use
* $this->populateCollectionWithRelation($commentCollection, 'SpyBlogCustomer');
Expand Down

0 comments on commit 20b6343

Please sign in to comment.