Closed
Description
On this page https://symfony.com/doc/current/reference/constraints/Type.html#type, we have a link to some php is_*
functions.
symfony-docs/reference/constraints/Type.rst
Lines 172 to 187 in 95d5763
is_real is deprecated since php 8.0.
And Type Validator does not use this function (same for is_double
)
WDYT to update doc, and for each type, precise real php function used.
Maybe something like this ? (I don't know if it's a valid syntax for SymfonyDocsBuilder)
:phpfunction:`float, double, real <is_float>`
Metadata
Metadata
Assignees
Labels
No labels