Skip to content

fix(test): use PHP 8.3-compatible syntax in SyncTimeBudgetTest#72

Merged
ralflang merged 1 commit into
FRAMEWORK_6_0from
fix/test-php-83-syntax-syncetimebudget
Jun 25, 2026
Merged

fix(test): use PHP 8.3-compatible syntax in SyncTimeBudgetTest#72
ralflang merged 1 commit into
FRAMEWORK_6_0from
fix/test-php-83-syntax-syncetimebudget

Conversation

@ralflang

Copy link
Copy Markdown
Member

Wraps new ReflectionClass(...) in parentheses so the chained ->getProperty(...) call parses on PHP 8.3. PHP 8.4 introduced the parens-free form via the "Method calls on new expressions" RFC; older versions still require the parens.

@ralflang ralflang merged commit 1d27ed3 into FRAMEWORK_6_0 Jun 25, 2026
0 of 4 checks passed
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.

1 participant