Commit 1af6c23
committed
minor #62564 [FrameworkBundle] Fix typehint for
This PR was merged into the 7.4 branch.
Discussion
----------
[FrameworkBundle] Fix typehint for `AbstractController::createForm`
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | yes
| New feature? | no <!-- if yes, also update src/**/CHANGELOG.md -->
| Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md -->
| Issues | -
| License | MIT
Fixes a typehint that got changed with the form flow component introduction
Commits
-------
a011b59a172 fix: Typehint for `createForm` in abstractControllerAbstractController::createForm (silasjoisten)1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
349 | 351 | | |
350 | 352 | | |
351 | 353 | | |
| 354 | + | |
| 355 | + | |
352 | 356 | | |
353 | 357 | | |
354 | 358 | | |
| |||
0 commit comments