This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/DomCrawler
Fabien Potencier 71a8ecbfd6 minor #33289 [DomCrawler] Fix FileFormField PHPDoc (dunglas)
This PR was squashed before being merged into the 3.4 branch (closes #33289).

Discussion
----------

[DomCrawler] Fix FileFormField PHPDoc

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

`null` is a valid value, it is used in case of errors. Then the parent class must allow `null` values too. I think it's important regarding the ongoing process of adding typehints everywhere.

Commits
-------

162bfc3cad [DomCrawler] Fix FileFormField PHPDoc
2019-08-30 19:42:32 +02:00
..
Field [DomCrawler] Fix FileFormField PHPDoc 2019-08-30 19:42:23 +02:00
Tests Remove use of ForwardCompatTrait 2019-08-03 23:15:25 +02:00
.gitignore
AbstractUriElement.php switched array() to [] 2019-01-16 10:39:14 +01:00
CHANGELOG.md
composer.json
Crawler.php [DomCrawler] fix return type declarations 2019-08-26 09:52:58 +02:00
Form.php switched array() to [] 2019-01-16 10:39:14 +01:00
FormFieldRegistry.php More docblock fixes 2019-08-20 22:53:36 +02:00
Image.php
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
Link.php
phpunit.xml.dist
README.md

DomCrawler Component

The DomCrawler component eases DOM navigation for HTML and XML documents.

Resources