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 #20077 [DomCrawler] fixes typo Form::getFields() -> Form::getFiles() (mvhirsch)
This PR was squashed before being merged into the 5.4 branch.
Discussion
----------
[DomCrawler] fixes typo `Form::getFields()` -> `Form::getFiles()`
Looks like this method does not exist in `Form`: https://github.com/symfony/symfony/blob/5.4/src/Symfony/Component/DomCrawler/Form.php
I think it never did. Looking at v2.8 it does not exist, same's true for 3.4, 4.4, 5.4, 6.4, 7.0 ...
Commits
-------
8cfb8e0 [DomCrawler] fixes typo `Form::getFields()` -> `Form::getFiles()`
0 commit comments