chore(deps): update dependency slevomat/coding-standard to v6.4.1 #80
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:
6.3.9->6.4.1⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
slevomat/coding-standard
v6.4.1Compare Source
🐛 Fixes
NegationOperatorSpacingSniff: Fixed false positiveBlockControlStructureSpacingSniff: Fixed false positiveBlockControlStructureSpacingSniff: Ignoreifwith alternative syntaxJumpStatementsSpacingSniff: Fixed false positiveUselessParenthesesSniff: Fixed false positiveReferenceUsedNamesOnlySniff: Improved fixerRequireTernaryOperatorSniff: Improved fixerv6.4.0Compare Source
📣 You can now sponsor Slevomat Coding Standard development
🆕 New sniffs
RequireSingleLineConditionSniff: Enforces conditions ofif,elseif,whileanddo-whileto be on a single lineRequireMultiLineConditionSniff: Enforces conditions ofif,elseif,whileanddo-whilewith one or more boolean operators to be splitted to more lines so each condition part is on its own lineRequireSingleLineCallSniff: Enforces function call to be on a single lineRequireMultiLineCallSniff: Enforces function call to be splitted to more lines so each parameter is on its own lineDeprecatedAnnotationDeclarationSniff: Reports@deprecatedannotations without description (thanks to @gmponos)SuperfluousErrorNamingSniff: Reports use of superfluous suffixErrorfor errors (thanks to @gmponos)🔧 Improvements
class-stringtype hintDuplicateSpacesSniff: New optionignoreSpacesInParametersInlineDocCommentDeclarationSniff: New optionallowAboveNonAssignmentReferenceUsedNamesOnlySniff: Less colisions withAlphabeticallySortedUsesSniff🐛 Fixes
LanguageConstructWithParenthesesSniff: Some errors were not reportedUnusedPrivateElementsSniff: Mark as deprecatedv6.3.11Compare Source
📣 You can now sponsor Slevomat Coding Standard development
Fixes
UselessVariableSniff: Fixed false positiveTraitUseSpacingSniff: Fix for uses with commentsUselessParenthesesSniff: Fixed false positiveRequireExplicitAssertionSniff: Fixed fixerDisallowArrayTypeHintSyntaxSniff: Fixed internal errorParentCallSpacingSniff: Fixed false positivesDisallowCommentAfterCodeSniff: Fixed internal errorPropertySpacingSniff: Fixed internal errorPropertySpacingSniff: Fixed false positiveConstantSpacingSniff: Fixed false positiveRequireTernaryOperatorSniff: Prevent introducing logic errors (thanks to @Khartir)ScopeHelper: Fixed internal errorImprovements
@phpstan-throwssupportUnusedPrivateElementsSniff: Mark as deprecatedv6.3.10Compare Source
📣 You can now sponsor Slevomat Coding Standard development
Fixes
UselessSemicolonSniff: Fixed internal errorUselessIfConditionWithReturnSniff: Don't remove comments automaticallyReferencedNameHelper: Fixed constant detectionConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.