This repository was archived by the owner on Sep 19, 2023. It is now read-only.
chore(deps): update build-cs #37
Merged
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:
3.11.2->3.11.38.8.0->8.10.0Release Notes
consistence-community/coding-standard
v3.11.3Compare Source
slevomat/coding-standard
v8.10.0Compare Source
🆕 New sniffs
SlevomatCodingStandard.Classes.DisallowStringExpressionPropertyFetch: Disallows string expression property fetch$object->{'foo'}SlevomatCodingStandard.Strings.DisallowVariableParsing: Disallows variable parsing inside strings (thanks to @Ekimik)SlevomatCodingStandard.Arrays.DisallowPartiallyKeyed: Disallows partially keyed arrays (thanks to @bkdotcom)🔧 Improvements
array()style (thanks to @bkdotcom)phpstan/phpdoc-parser1.18v8.9.2Compare Source
🔧 Improvements
phpstan/phpdoc-parser1.17🐛 Fixes
SlevomatCodingStandard.Classes.ParentCallSpacing: Fixed false positives with parent call used inmatch()v8.9.1Compare Source
🐛 Fixes
SlevomatCodingStandard.ControlStructures.NewWithParentheses: Fixed false positives for anonymous class with attributesSlevomatCodingStandard.Classes.RequireSelfReference: Fixed false positives for anonymous classes withextendsorimplementsv8.9.0Compare Source
🆕 New sniffs
SlevomatCodingStandard.Classes.EnumCaseSpacing: Checks that there is a certain number of blank lines between enum casesSlevomatCodingStandard.Classes.RequireSelfReference: Requiresselffor local referenceSlevomatCodingStandard.Variables.DisallowVariableVariable: Disallows use of variable variablesSlevomatCodingStandard.ControlStructures.DisallowTrailingMultiLineTernaryOperator: Ternary operator has to be reformatted when the operator is not leading the line (thanks to @esserj)SlevomatCodingStandard.Arrays.AlphabeticallySortedByKeys: Enforces natural sorting of array definitions by key in multi-line arrays (thanks to @bkdotcom)🔧 Improvements
phpstan/phpdoc-parser1.16@phpcsSuppresscan be with commentnon-falsy-string,listandnon-empty-listtype hintsSlevomatCodingStandard.Arrays.TrailingArrayComma: Support for "legacy"array()syntax (thanks to @bkdotcom)SlevomatCodingStandard.Complexity.Cognitive: DeprecatemaxComplexityand implementwarningThresholdanderrorThresholdoptions (thanks to @bkdotcom)SlevomatCodingStandard.Attributes.AttributeAndTargetSpacing: New optionallowOnSameLine(thanks to @stlrnz)SlevomatCodingStandard.Classes.RequireMultiLineMethodSignature: New optionminParameterCount(thanks to @janedbal)🐛 Fixes
SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses: Fixer should not remove doc commentsSlevomatCodingStandard.ControlStructures.EarlyExit: Fixed detection of useless elseSlevomatCodingStandard.Variables.UselessVariable: Fixed false positiveSlevomatCodingStandard.PHP.OptimizedFunctionsWithoutUnpacking: Fixed false positive with first class callableSlevomatCodingStandard.Classes.RequireConstructorPropertyPromotion: Fixes using prefixed var phpdoc (thanks to @franmomu)Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (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 has been generated by Mend Renovate. View repository job log here.