mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
yml association documentation has typing error #5444
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Zebercet on GitHub (Mar 6, 2017).
Originally assigned to: @Ocramius on GitHub.
One-To-Many, Bidirectional documentation is like that:
but association keys have to start with upper case. "oneToMany" has to be "OneToMany"
@Ocramius commented on GitHub (Mar 6, 2017):
Closing as invalid, see https://github.com/doctrine/doctrine2/blob/v2.5.6/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php#L401