fix(deps): update dependency symplify/coding-standard to v13.1.1#830
Open
renovate-bot wants to merge 1 commit into
Open
fix(deps): update dependency symplify/coding-standard to v13.1.1#830renovate-bot wants to merge 1 commit into
renovate-bot wants to merge 1 commit into
Conversation
26a33ae to
0846ccb
Compare
Contributor
|
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot. |
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
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.
This PR contains the following updates:
13.0.1→13.1.1Release Notes
symplify/coding-standard (symplify/coding-standard)
v13.1.1: Released Coding Standard 13.1Compare Source
Doc block malform rules: one rule → 10 single-task fixers
The monolithic
ParamReturnAndVarTagMalformsFixer(and its internal "malform worker" system) has been split into focused, single-responsibility fixers, registered together in the newdocblockset. Each one fixes exactly one kind of@param/@return/@varmalform, and all of them handle the@phpstan-and@psalm-prefixed variants too.New rules & what they change
AddMissingParamNameFixer— add a missing variable name to a@paramAddMissingVarNameFixer— add a missing variable name to an inline@varDoubleAsteriskInlineVarFixer(new capability) — use a double-asterisk/**doc block for an inline@varFixParamNameTypoFixer— fix a typo in the@paramvariable name to match the real argumentRemoveDeadParamFixer— remove a dead@paramline that has only a name and no type/** * @​param string $name - * @​param $age */ function withDeadParam(string $name, $age) { }RemoveParamNameReferenceFixer— remove the reference&from a@paramvariable nameRemoveSuperfluousReturnNameFixer— remove a superfluous variable name from a@returnRemoveSuperfluousVarNameFixer— remove a superfluous variable name from a property@varSingleLineInlineVarDocBlockFixer— collapse a multi-line inline@vardoc block into a single lineSwitchedTypeAndNameFixer— reorder switched type and variable name in@param/@varInternals
AbstractDocBlockFixerbase class shared by the new fixers.MalformWorkerInterfaceand theMalformWorker/implementations (DeadParamMalformWorker,InlineVarMalformWorker,ParamNameReferenceMalformWorker).Full changelog: #86
v13.1.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.