Skip to content

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

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: 8 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.
All 8 hits were $this->createStub(...) calls in test doubles, converted to self::createStub(...); PHPUnit 11's static creators are not covered by the php_unit_test_case_static_method_calls CS fixer rule, so these were fixed with a targeted, manual replacement.
No errors were newly reported by ibexa/phpstan's existing rules, so no third commit was needed.

For QA:

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

Documentation:

No client-facing impact.

@wiewiurdp
wiewiurdp merged commit 37ac4e4 into 6.0 Sep 23, 2026
13 checks passed
@wiewiurdp
wiewiurdp deleted the IBX-12654-added-ibexa-phpstan-and-fixed-dynamic-calls-to-static-methods branch September 23, 2026 12:09
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