Skip to content

Bump symplify/phpstan-rules from 14.12.0 to 14.12.4 in the production-dependencies group - #48

Merged
ildyria merged 1 commit into
masterfrom
dependabot/composer/production-dependencies-5444c6faea
Sep 1, 2026
Merged

Bump symplify/phpstan-rules from 14.12.0 to 14.12.4 in the production-dependencies group#48
ildyria merged 1 commit into
masterfrom
dependabot/composer/production-dependencies-5444c6faea

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 1 update: symplify/phpstan-rules.

Updates symplify/phpstan-rules from 14.12.0 to 14.12.4

Release notes

Sourced from symplify/phpstan-rules's releases.

14.12.3

Skip refactor() delegating REMOVE_NODE to helper methods in NoIntegerRefactorReturnRule (#279)

14.12.2

Rule fixes

  • NoMissnamedDocTagRule — no longer flags a constant whose docblock merely mentions @return/@param inside prose. The constant check now requires the tag at the start of a docblock line (* @tag), matching the existing method/property checks. Real misnamed tags are still reported.
// now skipped — @return is part of the sentence, not a tag
/**
 * Using 10-level array @return docblocks makes code very hard to read,
 * lets limit it to reasonable level
 */
private const int MAX_NESTING = 3;
// still reported
/**

@​return string
*/
private const NAME = 'value';

Full changelog: symplify/phpstan-rules@14.12.1...14.12.2

14.12.1

Rector rules

  • PhpUpgradeDowngradeRegisteredInSetRule — skip rules implementing Rector\Configuration\Deprecation\Contract\DeprecatedInterface. Deprecated rules are not registered in config sets, so they no longer trigger the "Register ... to phpXX.php config set" error.

  • NoIntegerRefactorReturnRule — also inspect a bare int refactor() return type (previously only Node|int union types were checked). NodeVisitor::REMOVE_NODE stays allowed.

// now reported — was silently skipped before
public function refactor(Node $node): int
{
    return NodeVisitor::DONT_TRAVERSE_CHILDREN;
}
// allowed
public function refactor(Node $node): int
{
return NodeVisitor::REMOVE_NODE;
}

Full changelog: symplify/phpstan-rules@14.12.0...14.12.1

Commits
  • 6d51af2 [Rector] Skip refactor() delegating REMOVE_NODE to helper methods (#279)
  • 00f595d [NoMissnamedDocTagRule] Skip @return/@​param inside constant prose docblock (#...
  • 15eccad [Rector] Skip deprecated rules in set + check bare int refactor() return (#277)
  • f8ababb Remove invalid character from phpunit-rules.neon (#276)
  • 1dbcc1b update build to anywherephp
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 1 update: [symplify/phpstan-rules](https://github.com/symplify/phpstan-rules).


Updates `symplify/phpstan-rules` from 14.12.0 to 14.12.4
- [Release notes](https://github.com/symplify/phpstan-rules/releases)
- [Commits](symplify/phpstan-rules@14.12.0...14.12.4)

---
updated-dependencies:
- dependency-name: symplify/phpstan-rules
  dependency-version: 14.12.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Sep 1, 2026
@ildyria
ildyria merged commit eeeada8 into master Sep 1, 2026
8 checks passed
@dependabot
dependabot Bot deleted the dependabot/composer/production-dependencies-5444c6faea branch September 1, 2026 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant