Commits
- [`29cffc3`](https://github.com/symfony/dom-crawler/commit/29cffc38a38f2a8ed7e494c9cea2f890a40c2359) minor [#33289](https://github-redirect.dependabot.com/symfony/dom-crawler/issues/33289) [DomCrawler] Fix FileFormField PHPDoc (dunglas)
- [`6dc952f`](https://github.com/symfony/dom-crawler/commit/6dc952fcd524fb8e0478a8448ea4229e9c63777a) [DomCrawler] Fix FileFormField PHPDoc
- [`8558d1b`](https://github.com/symfony/dom-crawler/commit/8558d1bc4554f5cb0b66e50377457967a8969263) [DomCrawler] fix return type declarations
- [`2f0e66c`](https://github.com/symfony/dom-crawler/commit/2f0e66c4419a621e5f7aa78ff43885d8d6cbc479) More docblock fixes
- [`9519592`](https://github.com/symfony/dom-crawler/commit/95195921abe36ab8b2f3eb7d1a9001f68782f424) Fix inconsistent return points.
- [`ca927e6`](https://github.com/symfony/dom-crawler/commit/ca927e6fd114d0d09eddaa218d758082e1651417) Remove superfluous phpdoc tags
- [`95e7cd0`](https://github.com/symfony/dom-crawler/commit/95e7cd094dab10b002c31e0410d5a2326a8e8071) minor [#33007](https://github-redirect.dependabot.com/symfony/dom-crawler/issues/33007) Fix some return type annotations (derrabus)
- [`d46e17a`](https://github.com/symfony/dom-crawler/commit/d46e17a83187b8daf9b89b4dbc197bd1680faf92) Fix some return type annotations.
- [`fa55758`](https://github.com/symfony/dom-crawler/commit/fa55758df50a725305b5734c87aa47defa1135bf) Fix remaining tests
- [`029914a`](https://github.com/symfony/dom-crawler/commit/029914a1205319cd6560d323ed73468634715191) Remove use of ForwardCompatTrait
- Additional commits viewable in [compare view](https://github.com/symfony/dom-crawler/compare/v3.1.3...v3.4.32)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps symfony/dom-crawler from 3.1.3 to 3.4.32.
Commits
- [`29cffc3`](https://github.com/symfony/dom-crawler/commit/29cffc38a38f2a8ed7e494c9cea2f890a40c2359) minor [#33289](https://github-redirect.dependabot.com/symfony/dom-crawler/issues/33289) [DomCrawler] Fix FileFormField PHPDoc (dunglas) - [`6dc952f`](https://github.com/symfony/dom-crawler/commit/6dc952fcd524fb8e0478a8448ea4229e9c63777a) [DomCrawler] Fix FileFormField PHPDoc - [`8558d1b`](https://github.com/symfony/dom-crawler/commit/8558d1bc4554f5cb0b66e50377457967a8969263) [DomCrawler] fix return type declarations - [`2f0e66c`](https://github.com/symfony/dom-crawler/commit/2f0e66c4419a621e5f7aa78ff43885d8d6cbc479) More docblock fixes - [`9519592`](https://github.com/symfony/dom-crawler/commit/95195921abe36ab8b2f3eb7d1a9001f68782f424) Fix inconsistent return points. - [`ca927e6`](https://github.com/symfony/dom-crawler/commit/ca927e6fd114d0d09eddaa218d758082e1651417) Remove superfluous phpdoc tags - [`95e7cd0`](https://github.com/symfony/dom-crawler/commit/95e7cd094dab10b002c31e0410d5a2326a8e8071) minor [#33007](https://github-redirect.dependabot.com/symfony/dom-crawler/issues/33007) Fix some return type annotations (derrabus) - [`d46e17a`](https://github.com/symfony/dom-crawler/commit/d46e17a83187b8daf9b89b4dbc197bd1680faf92) Fix some return type annotations. - [`fa55758`](https://github.com/symfony/dom-crawler/commit/fa55758df50a725305b5734c87aa47defa1135bf) Fix remaining tests - [`029914a`](https://github.com/symfony/dom-crawler/commit/029914a1205319cd6560d323ed73468634715191) Remove use of ForwardCompatTrait - Additional commits viewable in [compare view](https://github.com/symfony/dom-crawler/compare/v3.1.3...v3.4.32)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)