Skip to content

Commit

Permalink
docs[query-builder]: fix rendering of Doctrine\DBAL\ParameterType::* (
Browse files Browse the repository at this point in the history
  • Loading branch information
kaznovac authored Sep 14, 2023
1 parent 858b01f commit 38ad392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/query-builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ Calling ``setParameter()`` automatically infers which type you are setting as
value. This works for integers, arrays of strings/integers, DateTime instances
and for managed entities. If you want to set a type explicitly you can call
the third argument to ``setParameter()`` explicitly. It accepts either a DBAL
Doctrine\DBAL\ParameterType::* or a DBAL Type name for conversion.
``Doctrine\DBAL\ParameterType::*`` or a DBAL Type name for conversion.

.. note::

Expand Down

0 comments on commit 38ad392

Please sign in to comment.