Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2025

This PR contains the following updates:

Package Change Age Confidence
phpstan/phpstan-nette 2.0.4 -> 2.0.6 age confidence
phpstan/phpstan-strict-rules 2.0.6 -> 2.0.7 age confidence

Release Notes

phpstan/phpstan-nette (phpstan/phpstan-nette)

v2.0.6

Compare Source

  • aa6c413 - Form::getValues(true) returns array<string, mixed>

v2.0.5

Compare Source

  • 90ed4f1 - fix getValues() invalid type
  • ad594d4 - Update actions/checkout action to v5
  • b2a955c - Update Eomm/why-don-t-you-tweet action to v2
phpstan/phpstan-strict-rules (phpstan/phpstan-strict-rules)

v2.0.7

Compare Source

  • d6211c4 - enable checkStrictPrintfPlaceholderTypes
  • 6b78d53 - Update README.md
  • 0435aeb - Consolidate overwriteVariablesWithLoop rule details
  • e861638 - Simplify tests in which checkNullables is always true
  • 11b6403 - Simplify tests in which treatPhpDocTypesAsCertain is always true
  • b043bd8 - Simplify RequireParentConstructCallRule
  • 9f76a17 - Update actions/checkout action to v5
  • 2b69ec5 - Update Eomm/why-don-t-you-tweet action to v2

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@ondrejmirtes
Copy link
Member

@staabm There are three more errors on 7.4 if you feel like fixing it 😊

@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 5207838 to 8f88082 Compare October 21, 2025 06:33
@staabm
Copy link
Contributor

staabm commented Oct 21, 2025

Tried a few different things, but only thing I can come up with is, that we need to put these errors into the PHP7.x baseline.

all-in-code changes I tried, will result in PHP8 PHPStan errors, because it does not want us to handle a possible false value (which can only happen on PHP7).

one error case could be fixed by phpstan/phpstan#13709

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants