Commit c321bf2
committed
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()`
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
917 | 917 | | |
918 | 918 | | |
919 | 919 | | |
920 | | - | |
| 920 | + | |
921 | 921 | | |
922 | 922 | | |
923 | 923 | | |
| |||
0 commit comments