Form::getHttpData: Clarify return type - #333
Closed
jtojnar wants to merge 1 commit into
Closed
Conversation
dg
force-pushed
the
master
branch
7 times, most recently
from
August 8, 2024 14:36
cb844f0 to
1d8a434
Compare
dg
force-pushed
the
master
branch
2 times, most recently
from
October 22, 2024 18:43
479185b to
8da5796
Compare
The method will always return an array when `htmlName` is not specified. This will allow us to remove some PHPStan casts/checks in consuming projects.
dg
force-pushed
the
master
branch
5 times, most recently
from
November 29, 2025 15:15
a992748 to
0e1918f
Compare
dg
force-pushed
the
master
branch
2 times, most recently
from
December 25, 2025 07:18
0a0b5c5 to
8742d20
Compare
dg
force-pushed
the
master
branch
4 times, most recently
from
February 11, 2026 03:09
aa035fb to
ae11e90
Compare
dg
force-pushed
the
master
branch
3 times, most recently
from
May 26, 2026 15:10
2a98f8e to
7fa50ba
Compare
dg
force-pushed
the
master
branch
3 times, most recently
from
June 22, 2026 01:24
1e4f482 to
d47a592
Compare
dg
force-pushed
the
master
branch
3 times, most recently
from
June 24, 2026 17:18
0a66bb1 to
161e145
Compare
dg
force-pushed
the
master
branch
6 times, most recently
from
July 2, 2026 17:00
3cb834e to
2fdc764
Compare
Contributor
Author
|
This is redundant with 01863f2 and upcoming changes in master. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The method will always return an array when
htmlIdis not specified. This will allow us to remove some PHPStan casts/checks in consuming projects.