Update dependency slevomat/coding-standard to ^8.15.0 #57
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:
^8.11.1
->^8.15.0
Release Notes
slevomat/coding-standard (slevomat/coding-standard)
v8.15.0
Compare Source
🔧 Improvements
use
FunctionLength
sniff inFiles
namespace🐛 Fixes
SlevomatCodingStandard.Classes.ClassConstantVisibility
: Fixed error message for typed constantsSlevomatCodingStandard.Namespaces.UnusedUses
: Fixed false positive thanks to PHPCS upgradeSlevomatCodingStandard.Namespaces.UnusedUses
: Fix class detection in double-quoted strings and heredoc (thanks to @c01l)SlevomatCodingStandard.Exceptions.RequireNonCapturingCatch
: Fixed false positivesSlevomatCodingStandard.Functions.RequireTrailingCommaInCall
: Fixed missing report for missing trailing comma after arrow functionSlevomatCodingStandard.Commenting.UselessFunctionDocComment
: It should report simplearray
as uselessCommentHelper
v8.14.1
Compare Source
🐛 Fixes
v8.14.0
Compare Source
🆕 New sniffs
SlevomatCodingStandard.Functions.NamedArgumentSpacing
: Checks spacing in named argument (thanks to @mzk)🔧 Improvements
SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses
: If the file contains a group use then ignore the file completely (thanks to @jonathan1055)SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation
: New optionignoredAnnotationNames
(thanks to @gemal)🐛 Fixes
SlevomatCodingStandard.ControlStructures.AssignmentInCondition
: Prevent error during live coding (thanks to @jrfnl)SlevomatCodingStandard.ControlStructures.RequireSingleLineCondition
: Prevent error during live coding (thanks to @jrfnl)SlevomatCodingStandard.PHP.UselessParentheses
: Prevent error during live coding (thanks to @jrfnl)SlevomatCodingStandard.Arrays.DisallowImplicitArrayCreation
: Recognize global statements (thanks to @jrfnl)SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalConstants
: Don't treat a group use as a constant (thanks to @asispts)SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly
: Fixed false positivesSlevomatCodingStandard.Classes.ConstantSpacing
: Fixed internal errorSlevomatCodingStandard.Commenting.InlineDocCommentDeclaration
: Fixed false positive for final constantSlevomatCodingStandard.Namespaces.UnusedUses
: Ignores uses in annotations with multi lines string arguments (thanks to @mathroc)NamespaceHelper::getAllNamespacesPointers()
: Allow for namespace tokens used as operator (thanks to @jrfnl)v8.13.4
Compare Source
🐛 Fixes
{@​inheritdoc}
v8.13.3
Compare Source
🐛 Fixes
SlevomatCodingStandard.Commenting.DocCommentSpacing
: Fixed internal error for invalid doccommentv8.13.2
Compare Source
🐛 Fixes
SlevomatCodingStandard.Commenting.UselessFunctionDocComment
: Fixed false positivesSlevomatCodingStandard.Commenting.DocCommentSpacing
: Fixed false positivesSlevomatCodingStandard.ControlStructures.JumpStatementsSpacing
: Fix TypeError when return is on the first line of the file (thanks to @herndlm)v8.13.1
Compare Source
🐛 Fixes
SlevomatCodingStandard.Commenting.DocCommentSpacing
: Fixed fixerSlevomatCodingStandard.Commenting.UselessFunctionDocComment
: Fixed false positivev8.13.0
Compare Source
🔧 Improvements
🐛 Fixes
SlevomatCodingStandard.TypeHints.ParameterTypeHint
:callable
is not valid type for property promotionv8.12.1
Compare Source
🐛 Fixes
SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly
: Fixed false positivev8.12.0
Compare Source
🆕 New sniffs
SlevomatCodingStandard.Arrays.ArrayAccess
: Disallow whitespace between array access operator and the variable, or between array access operators (thanks to @kamil-zacek)🐛 Fixes
SlevomatCodingStandard.Classes.ClassStructure
: Fixed fixerSlevomatCodingStandard.ControlStructures.RequireNullSafeObjectOperator
: Fixed false positiveSlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly
: FixesSlevomatCodingStandard.Arrays.DisallowPartiallyKeyed
: Fixed false positiveConfiguration
📅 Schedule: Branch creation - "* 6-22/3 * * 1-5,* 12-23/3 * * 0,6" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.