Fixed #659: PHP 7.4 compatibility for implode() usage
phpmd-2.7.0 (2019/07/30)
This is the first minor release of the new PHPMD maintainer team. It
contains all the new features, improvements and fixes from two and a
half years since 2.6.0. Please take note of a backwards incompatible
property renaming in the CouplingBetweenObjects rule.
Fixed #482: Renamed minimum property to maximum in
CouplingBetweenObjects rule (backwards incompatible) Fixed in commit
#9210116.
Fixed #626: Fixed special characters escaping in violation
description for XML output Fixed in commit #5305f5b.
Fixed #378: Fixed warning/error when trying to export to a
non-existing path Fixed in commit #67bd7c6.
Fixed #575: Fixed UnusedFormalParameter false positive in string
compound variable Fixed in commit #8790cbb.
Fixed #480: Fixed "Start tag expected, '<' not found" error Fixed in
commit #3e2e058.
Fixed #494: Fixed UnusedPrivateField false positive Fixed in commit
#99f3ba9.
Fixed #583: Changed LongNaming rule to apply on private fields too
Fixed in commit #42bf8ad.
Fixed #598: Fixed a bug in the renderer auto-discovery Fixed in
commit #cc06bfd.
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)
Updates the requirements on phpmd/phpmd to permit the latest version.
Release notes
Sourced from phpmd/phpmd's releases.
Changelog
Sourced from phpmd/phpmd's changelog.
Commits
9b9fbb3
Require pdepend 2.633efb73
Merge pull request #708 from phpmd-team/release-2.8.0f54b1e6
Merge pull request #682 from TJVB/add_the_latest_phar_file_to_the_github_pages020b62e
Add missing #659 PRf5f1bc8
Merge pull request #696 from phated/master8cb32f3
Merge pull request #690 from TJVB/add_issue_template_config71e5c43
Complete 2.8.0 changelog871c47a
Merge pull request #697 from phated/patch-144385f1
Add the documentation for the UndefinedVariable rule (Resolves #693 ) (#698)aa90c96
Added #657 mentionDependabot 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)