swoole-bundle
swoole-bundle copied to clipboard
build(deps-dev): bump slevomat/coding-standard from 8.15.0 to 8.18.1
Bumps slevomat/coding-standard from 8.15.0 to 8.18.1.
Release notes
Sourced from slevomat/coding-standard's releases.
8.18.1
🐛 Fixes
SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration: Fix error when no code is found after@var(thanks to@AegirLeet)SlevomatCodingStandard.PHP.UselessParentheses: Fixed false positive for bitwise not operator8.18.0
🔧 Improvements
SlevomatCodingStandard.Classes.ClassStructure: Support for custom method groups based on method name prefix (thanks to@maryo)🐛 Fixes
SlevomatCodingStandard.Functions.RequireMultiLineCall: Fix reporting multiline call which exactly fits into line length limit (thanks to@maryo)8.17.1
🐛 Fixes
SlevomatCodingStandard.TypeHints.PropertyTypeHint: Fix8.17.0
🔧 Improvements
SlevomatCodingStandard.ControlStructures.RequireNullCoalesceEqualOperator: New optioncheckIfConditions🐛 Fixes
SlevomatCodingStandard.Classes.MethodSpacing: Fixed check for methods with more attributes8.16.2
🐛 Fixes
SlevomatCodingStandard.TypeHints.ReturnTypeHint: Fixed false positiveSlevomatCodingStandard.Variables.UnusedVariable: Fixed false positiveSlevomatCodingStandard.TypeHints.DisallowMixedTypeHint: Fix logic error (thanks to@jrfnl)8.16.1
🐛 Fixes
- Fixed BC break
8.16.0
⚠️
- Drop PHP 7.2 and 7.3 support
- Tested on PHP 8.4 but no support for PHP 8.4 features
- Update to
phpstan/phpdoc-parser2.0 (thanks to@ondrejmirtes)🆕 New sniffs
... (truncated)
Commits
06b18b3Updated dependenciesa0bf89eSlevomatCodingStandard.PHP.UselessParentheses: Fixed false positive for bitwi...1501a61InlineDocCommentDeclarationSniff: fix error when no code is found after@varf3b23cbUpdated dependenciesf8ea50bFix documentationa73b83fSlevomatCodingStandard.Classes.ClassStructure: Support for custom method grou...c2eab04SlevomatCodingStandard.Functions.RequireMultiLineCall: Fix reporting multilin...9bad414SlevomatCodingStandard.TypeHints.PropertyTypeHint: Fixe1f8682Updated dependencies3432531Fix typo for new RequireNullCoalesceEqualOperator flag- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.72%. Comparing base (
159adf5) to head (1322065).
Additional details and impacted files
@@ Coverage Diff @@
## develop #201 +/- ##
==========================================
Coverage 78.72% 78.72%
Complexity 1379 1379
==========================================
Files 215 215
Lines 5444 5444
==========================================
Hits 4286 4286
Misses 1158 1158
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.