Skip to content

IBX-12654: Added ibexa/phpstan and fixed dynamic calls to static methods - #109

Merged
wiewiurdp merged 2 commits into
6.0from
IBX-12654-added-ibexa-phpstan-and-fixed-dynamic-calls-to-static-methods
Sep 23, 2026
Merged

wiewiurdp merged 2 commits into
6.0from
IBX-12654-added-ibexa-phpstan-and-fixed-dynamic-calls-to-static-methods

Conversation

@bnowak

@bnowak bnowak commented Sep 22, 2026 •

Copy link
Copy Markdown
Contributor
🎫 Issue IBX-12654

Related PRs:

Description:

Adds ibexa/phpstan as a dev dependency and includes its extension in the PHPStan configuration.
Replaces dynamic calls to static methods ($this->assertX(), static test helpers, ...) with self::/ClassName:: calls: 0 calls in 0 files. This package had zero dynamic-call-to-static-method hits, verified with a temporary local rule run (PHPStan\Rules\StrictCalls\DynamicCallOnStaticMethodsRule/...CallableRule), so the "fix dynamic calls" commit was skipped. The staticMethod.dynamicCall strict rule itself is enabled in the linked ibexa/phpstan PR; this PR keeps CI green once that is released.
Also fixes what the existing ibexa/phpstan rules report: 13 closures/arrow functions got return types (Ibexa.requireClosureReturnType). No Ibexa.noConfigResolverParametersInConstructor occurrences and no Money stub effects were found.

For QA:

No functional change. CI (PHPStan, code style, unit tests) is the verification.

Documentation:

No client-facing impact.

@sonarqubecloud

Copy link
Copy Markdown

@wiewiurdp
wiewiurdp merged commit 628cd45 into 6.0 Sep 23, 2026
8 checks passed
@wiewiurdp
wiewiurdp deleted the IBX-12654-added-ibexa-phpstan-and-fixed-dynamic-calls-to-static-methods branch September 23, 2026 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants