func_get_args() is expanded, but the parameter $address of Appwilio\RussianPostSDK\...sRequest::__construct() does not expect variable arguments.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
25
return new self(/** @scrutinizer ignore-type */ ...\func_get_args());
Loading history...
26
}
27
28
public function __construct(string $address, int $take = 3)