Skip to content

Commit

Permalink
[Uid] Remove an unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Mar 5, 2024
1 parent 7f9ea29 commit 99a0a12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/uid.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
;

Expand Down

0 comments on commit 99a0a12

Please sign in to comment.