[PR #7122] Tests: Return types for setUp, tearDown and all test methods #10330

Closed
opened 2026-01-22 16:07:11 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/7122

State: closed
Merged: Yes


(\S+ function (?:setUp|tearDown|test\w+\([^)]*\)))$ -> $1 : void

  • some manual fixes for dependent non-void tests.

further scope in upcoming PRs:

  • native return types for other methods
  • native parameter types
**Original Pull Request:** https://github.com/doctrine/orm/pull/7122 **State:** closed **Merged:** Yes --- `(\S+ function (?:setUp|tearDown|test\w+\([^)]*\)))$` -> `$1 : void` + some manual fixes for dependent non-void tests. further scope in upcoming PRs: * native return types for other methods * native parameter types
admin added the pull-request label 2026-01-22 16:07:11 +01:00
admin closed this issue 2026-01-22 16:07:11 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#10330