Deprecated all the PHPMD exceptions that aren't part of the PHPMD\Exceptions namespace. See #775
A potential BC change:
With the clean-up in #768 we have a potential BC break in an unsupported part that we want to give attention for.
The class aliases PHP_PMD_* used for PHPMD 1.x backwards PEAR compatibility were removed. If you happen to still depend on these, please adjust your code like so:
From PHP_PMD_[Component]_[Class]' to PHPMD\[Component]\[Class],
as in PHP_PMD_Renderer_HTMLRenderer' to PHPMD\Renderer\HTMLRenderer.
See #768
Deprecated all the PHPMD exceptions that aren't part of the PHPMD\Exceptions namespace. See #775
A potential BC change:
With the clean-up in #768 we have a potential BC break in an unsupported part that we want to give attention for.
The class aliases PHP_PMD_* used for PHPMD 1.x backwards PEAR compatibility were removed. If you happen to still depend on these, please adjust your code like so:
From PHP_PMD_[Component]_[Class]' to PHPMD\[Component]\[Class],
as in PHP_PMD_Renderer_HTMLRenderer' to PHPMD\Renderer\HTMLRenderer.
See #768
phpmd-2.8.2 (2020/02/24)
Fixed #732: Added __serialize and __unserialize to list of ignored methods for camelCase rule.
phpmd-2.8.1 (2019/12/27)
Fixed PHP 7.4 unit tests compatibility
Improved documentation
Automated website generation and PHAR publishing
phpmd-2.8.0 (2019/12/18)
Required at least pdepend/pdepend 2.6:
Added PHP 7.1 to 7.3 syntax support
Commits
2a34657 Merge pull request #795 from TJVB/changelog_2.9.0
8c5775a Lets change the release date for 2.9.0 to 2020/09/02
c941e14 Merge pull request #1 from kylekatarnls/patch-1
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 phpmd/phpmd from 2.7.0 to 2.9.0.
Release notes
Sourced from phpmd/phpmd's releases.
Changelog
Sourced from phpmd/phpmd's changelog.
Commits
2a34657
Merge pull request #795 from TJVB/changelog_2.9.08c5775a
Lets change the release date for 2.9.0 to 2020/09/02c941e14
Merge pull request #1 from kylekatarnls/patch-15bc45a5
Add new items to the changelogd3234c5
Merge pull request #809 from phpmd/feature/issue-808-supress-warningsd6b3b1e
Merge pull request #807 from artem-prozorov/fix_for_short_variables_rulef9855b6
Merge pull request #806 from artem-prozorov/change_private_methods_to_protect...dd92d70
Merge pull request #811 from frankdekker/short-long-class-name-documentationc9540ed
Updated documentation for Short and Long Class name rules78f5ee0
Merge pull request #1 from phpmd/masterDependabot 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)