Overrides ObjectComparator::accepts
public function accepts(mixed $expected, mixed $actual) : bool { return $expected instanceof Stub && $actual instanceof Stub; }