Skip to content

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

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

wiewiurdp merged 3 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: 7 calls in 4 files. 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: 2 closures got precise return types (Ibexa.requireClosureReturnType) in src/bundle/Form/DataTransformer/UsersTransformer.php.

All 7 dynamic-call hits were $this->createStub() calls in test files, which are not covered by the php_unit_test_case_static_method_calls php-cs-fixer rule (PHPUnit 11 static creator not yet handled by that rule); they were fixed with a targeted self::createStub( replacement.

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 2d6c66b 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 12:44
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