$this->client of type JDecool\Clockify\Client is incompatible with the type JDecool\Clockify\Api\Client\Client expected by parameter $http of JDecool\Clockify\Api\User\User::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
47
return new User(/** @scrutinizer ignore-type */ $this->client);