$connector of type Mockery\LegacyMockInterface|Mockery\MockInterface is incompatible with the type Asiries335\redisSteamPhp...RedisStreamPhpInterface expected by parameter $redisClient of Asiries335\redisSteamPhp\Client::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
24
$this->client = new Client(/** @scrutinizer ignore-type */ $connector);