Skip to content

Commit

Permalink
Small correction in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalopin committed Jan 1, 2015
1 parent aba4920 commit ae096e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/01a-orm-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Message extends BaseMessage
* mappedBy="message",
* cascade={"all"}
* )
* @var MessageMetadata
* @var MessageMetadata[]|\Doctrine\Common\Collections\Collection
*/
protected $metadata;
}
Expand Down

0 comments on commit ae096e4

Please sign in to comment.