Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps slevomat/coding-standard from 8.15.0 to 8.22.0.

Release notes

Sourced from slevomat/coding-standard's releases.

8.22.0

🔧 Improvements

  • SlevomatCodingStandard.Functions.UnusedParameter: New option allowedParameterPatterns to suppress check for specific parameter names (thanks to @​claytonrcarter)

🐛 Fixes

  • SlevomatCodingStandard.Attributes.AttributesOrder: Fixed alphabetical sorting
  • SlevomatCodingStandard.Functions.DisallowEmptyFunction: Private or protected constructor should not be reported
  • SlevomatCodingStandard.TypeHints.ReturnTypeHint: Report missing type hint in abstract methods (thanks to @​vrana)
  • Fixed deprecated errors in PHP 8.5
  • Fixed attributes parsing

8.21.1

🐛 Fixes

  • SlevomatCodingStandard.PHP.RequireExplicitAssertion: Fixed false positive

8.21.0

🔧 Improvements

  • SlevomatCodingStandard.Classes.RequireMultiLineMethodSignature: New option withPromotedProperties (thanks to @​vrana)
  • Improved support for non-official type hints (thanks to @​kkmuffme)

🐛 Fixes

  • SlevomatCodingStandard.Classes.ConstantSpacing: Some fixes
  • Fix void cannot be changed to null and never/void cannot be used in a union (thanks to @​kkmuffme)

8.20.0

🔧 Improvements

  • SlevomatCodingStandard.TypeHints.ParameterTypeHint: Don't report missing native type hint when method has #[Override] attribute
  • SlevomatCodingStandard.Classes.TraitUseSpacing: Allow null in linesCountAfterLastUse option (thanks to @​vrana)
  • SlevomatCodingStandard.Classes.PropertySpacing: New options minLinesCountBeforeMultiline and maxLinesCountBeforeMultiline (thanks to @​vojtech-dobes)
  • SlevomatCodingStandard.Classes.ConstantSpacing: New options minLinesCountBeforeMultiline and maxLinesCountBeforeMultiline (thanks to @​vojtech-dobes)

🐛 Fixes

  • Attributes should be processed by FQN

8.19.1

🐛 Fixes

  • Fix properties detection in some sniffs
  • Improved indentation processing

8.19.0

🔧 Improvements

... (truncated)

Commits
  • a4cef98 SlevomatCodingStandard.Attributes.AttributesOrder: Fixed alphabetical sorting
  • 5204706 SlevomatCodingStandard.Functions.DisallowEmptyFunction: Private or protected ...
  • 4ffc43a Fixed attributes parsing
  • fcdcf4a SlevomatCodingStandard.Functions.UnusedParameter: New option "allowedParamete...
  • 72b4009 ReturnTypeHint: report missing type hint in abstract methods
  • c9b154a Fixed deprecated errors in PHP 8.5
  • ab3798e Updated dependencies
  • 2b801e9 SlevomatCodingStandard.PHP.RequireExplicitAssertion: Fixed false positive
  • 51da0ac Updated dependencies
  • fad79b8 SlevomatCodingStandard.Classes.RequireMultiLineMethodSignature: New option "w...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [slevomat/coding-standard](https://github.com/slevomat/coding-standard) from 8.15.0 to 8.22.0.
- [Release notes](https://github.com/slevomat/coding-standard/releases)
- [Commits](slevomat/coding-standard@8.15.0...8.22.0)

---
updated-dependencies:
- dependency-name: slevomat/coding-standard
  dependency-version: 8.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Sep 8, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

Superseded by #265.

@dependabot dependabot bot closed this Sep 15, 2025
@dependabot dependabot bot deleted the dependabot/composer/slevomat/coding-standard-8.22.0 branch September 15, 2025 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants