Skip to content

Commit

Permalink
Migrate more references to annotations (#10176)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Oct 26, 2022
1 parent bb1deba commit 7cf4074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/tutorials/ordered-associations.rst
Expand Up @@ -76,7 +76,7 @@ The DQL Snippet in OrderBy is only allowed to consist of
unqualified, unquoted field names and of an optional ASC/DESC
positional statement. Multiple Fields are separated by a comma (,).
The referenced field names have to exist on the ``targetEntity``
class of the ``#[ManyToMany]`` or ``#[OneToMany]`` annotation.
class of the ``#[ManyToMany]`` or ``#[OneToMany]`` attribute.

The semantics of this feature can be described as follows:

Expand Down
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/Events.php
Expand Up @@ -82,7 +82,7 @@ private function __construct()

/**
* The loadClassMetadata event occurs after the mapping metadata for a class
* has been loaded from a mapping source (annotations/xml/yaml).
* has been loaded from a mapping source (attributes/xml/yaml).
*/
public const loadClassMetadata = 'loadClassMetadata';

Expand Down

0 comments on commit 7cf4074

Please sign in to comment.