Forces double to implement specific interface.
@template U of object @phpstan-param class-string<U> $interface @phpstan-this-out static<T&U>
string $interface:
$this
public function willImplement($interface) { $this->lazyDouble ->addInterface($interface); return $this; }