Skip to content

Commit

Permalink
Clean up outdated sentence (#11224)
Browse files Browse the repository at this point in the history
The static create() method is gone in version 3
  • Loading branch information
BenMorel committed Feb 5, 2024
1 parent 13a79b0 commit b00f0c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/EntityManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
* The EntityManager is the central access point to ORM functionality.
*
* It is a facade to all different ORM subsystems such as UnitOfWork,
* Query Language and Repository API. Instantiation is done through
* the static create() method. The quickest way to obtain a fully
* Query Language and Repository API. The quickest way to obtain a fully
* configured EntityManager is:
*
* use Doctrine\ORM\Tools\ORMSetup;
Expand Down

0 comments on commit b00f0c2

Please sign in to comment.