You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #19405 [Doctrine] Automapping validation example seems broken (chadyred)
This PR was submitted for the 7.1 branch but it was merged into the 6.3 branch instead.
Discussion
----------
[Doctrine] Automapping validation example seems broken
As the type hinting from setter is available, this example will not work (and not nullable in that case, it is not possible to run this example with the doc context)
Even without `declare(strict_types=1);` string which could be convert to integer will work but with it, impossible to run this example, as we will have the error "int" expected.
Commits
-------
12965fa [Doctrine] Update doctrine.rst
0 commit comments