Commit 623bb12
committed
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.rst1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | 451 | | |
458 | 452 | | |
459 | 453 | | |
| |||
0 commit comments