From 99a0a12a4e6a82dc87e178eb930bc8c09b7955c2 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 5 Mar 2024 10:27:41 +0100 Subject: [PATCH] [Uid] Remove an unneeded comment --- components/uid.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/components/uid.rst b/components/uid.rst index 8febdc1ff88..6ae9e0f504c 100644 --- a/components/uid.rst +++ b/components/uid.rst @@ -301,7 +301,6 @@ of the UUID parameters:: // alternatively, you can convert it to a value compatible with // the type inferred by Doctrine - // Note: ParameterType::BINARY is required to query PostgreSQL ->setParameter('user', $user->getUuid()->toBinary(), ParameterType::BINARY) ;