Declare return types for InvocationStubber methods #3871
Labels
feature/test-doubles
Test Stubs and Mock Objects
type/backward-compatibility
Something will be/is intentionally broken
Milestone
The methods of
PHPUnit\Framework\MockObject\Builder\InvocationStubber
currently have/*: self */;
instead of a proper return type declaration because: self;
requires PHP 7.4.This can be fixed once support for PHP 7.3 has been dropped.
The text was updated successfully, but these errors were encountered: