From b00f0c258ec2a8cce8715e2ca96953c1897f3cd0 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Mon, 5 Feb 2024 22:58:19 +0100 Subject: [PATCH] Clean up outdated sentence (#11224) The static create() method is gone in version 3 --- src/EntityManager.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/EntityManager.php b/src/EntityManager.php index 4904f458922..bb9e2ad2ced 100644 --- a/src/EntityManager.php +++ b/src/EntityManager.php @@ -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;