Commit 2e2e32b
committed
minor #60286 [Form][Routing] Fix return type is non-nullable (wkania)
This PR was merged into the 6.4 branch.
Discussion
----------
[Form][Routing] Fix return type is non-nullable
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
Those are test objects so we don't need to throw any `Symfony\Component\Form\Exception\InvalidArgumentException` like in the `Symfony/Component/Form/AbstractExtension.php`
Commits
-------
2654acb6f4c Fix return type is non-nullable1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments