Closed
Conversation
|
Member
|
Member
|
Member
|
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## main #2313 +/- ##
===========================================
- Coverage 78.62% 66.93% -11.70%
===========================================
Files 124 41 -83
Lines 6404 2386 -4018
Branches 44 0 -44
===========================================
- Hits 5035 1597 -3438
+ Misses 1369 789 -580 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^9@alpha→^9.0.0-beta1@alpha^2@alpha→^2.0.0-alpha4@alpha^10.0@alpha→^10.0.0-alpha2@alphaRelease Notes
pfrenssen/coder (drupal/coder)
v9.0.0-beta1Compare Source
v9.0.0-alpha2Compare Source
PHPCompatibility/PHPCompatibility (phpcompatibility/php-compatibility)
v10.0.0-alpha2Compare Source
IMPORTANT: This release contains breaking changes. Please read and follow the [Upgrade guide in the wiki][wiki-upgrade-to-10.0] carefully before upgrading!
This release includes all improvements and bugfixes from PHPCompatibility [10.0.0-alpha1].
See all related issues and PRs in the [10.0.0-alpha2 milestone].
Added
PHP cross-version:
PHPCompatibility.Keywords.ForbiddenClassAliassniff. #1952PHPCompatibility.LanguageConstructs.RemovedLanguageConstructssniff. #1948This sniff in its initial version will detect the PHP 8.5 deprecation of the backtick operator.
PHP 8.3:
PHPCompatibility.ParameterValues.NewClassAliasInternalClasssniff. #1951PHPCompatibility.Syntax.NewDynamicClassConstantFetchsniff. #1974PHP 8.5:
PHPCompatibility.Classes.NewStaticAvizPropertiessniff. #1950⭐
PHPCompatibility.Classes.NewClassessniff: recognize the new DateTime and SQLite extension related error and exception classes as introduced in PHP 8.3. #1936, #1937⭐
PHPCompatibility.Constants.NewConstantssniff: recognize various constants from the Mhash extension. #1938⭐
PHPCompatibility.ParameterValues.ChangedIntToBoolParamTypesniff: detect the Zlib$use_include_pathparameter type change as per PHP 8.5. #1949⭐ The "list based" sniffs, like
NewFunctions,RemovedIniDirectives,ForbiddenNamesetc, have received updates to account for new/deprecated/removed PHP classes, constants, functions, function parameters, ini directives, reserved namespaces and type casts as per PHP 8.5.Associated PRs
#1941,
#1942,
#1943,
#1944,
#1945,
#1946,
#1947,
#1953,
#1954,
#1955,
#1956,
#1957,
#1958,
#1959,
#1960,
#1961,
#1962,
#1963,
#1965,
#1966,
#1967,
#1968,
#1969,
#1970,
#1971
📚 Documentation for the following sniffs:
Changed
🔀
PHPCompatibility.TypeCasts.RemovedTypeCastshas new error codes. #1941t_unset_castDeprecatedRemovedhas been changed tounsetDeprecatedRemoved.t_double_castDeprecatedRemovedhas been changed torealDeprecatedRemoved.📌
PHPCompatibility.Keywords.ForbiddenNameswill now also detect incompatible use of the "other" reserved keywordsparentandself. #1940🔧 ☔ Various housekeeping, including general maintenance, improvements to speed up the sniffs, improvements to CI, the tests and documentation.
Associated PRs
#1934,
#1939,
#1964,
#1973,
#1976,
#1983,
#1984,
#1993,
#1995,
#1998,
#1999
Credits
Thanks go out to [Anna Filina] and [Shota Okunaka] for their contributions to this version. 👏
Configuration
📅 Schedule: Branch creation - "before 2am on Sunday" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.