Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Small correction in documentation
  • Loading branch information
tgalopin committed Jan 1, 2015
commit ae096e4c0a0a958fb95f73e4fd3b92fe6696982d
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