-
Notifications
You must be signed in to change notification settings - Fork 65
Update dependency slevomat/coding-standard to v8.9.1 #182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
@renovate
renovate
bot
changed the title
(削除) Update dependency slevomat/coding-standard to v8.9.0 (削除ここまで)
(追記) Update dependency slevomat/coding-standard to v8.9.1 (追記ここまで)
Mar 27, 2023
@renovate
renovate
bot
force-pushed
the
renovate/build-cs
branch
from
March 27, 2023 13:26
60293fd
to
22f85a1
Compare
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.
Uh oh!
There was an error while loading. Please reload this page.
Mend Renovate
This PR contains the following updates:
8.8.0
->8.9.1
Release Notes
slevomat/coding-standard
v8.9.1
Compare Source
🐛 Fixes
SlevomatCodingStandard.ControlStructures.NewWithParentheses
: Fixed false positives for anonymous class with attributesSlevomatCodingStandard.Classes.RequireSelfReference
: Fixed false positives for anonymous classes withextends
orimplements
v8.9.0
Compare Source
🆕 New sniffs
SlevomatCodingStandard.Classes.EnumCaseSpacing
: Checks that there is a certain number of blank lines between enum casesSlevomatCodingStandard.Classes.RequireSelfReference
: Requiresself
for 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-parser
1.16@phpcsSuppress
can be with commentnon-falsy-string
,list
andnon-empty-list
type hintsSlevomatCodingStandard.Arrays.TrailingArrayComma
: Support for "legacy"array()
syntax (thanks to @bkdotcom)SlevomatCodingStandard.Complexity.Cognitive
: DeprecatemaxComplexity
and implementwarningThreshold
anderrorThreshold
options (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.
🔕 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.