app() of type Illuminate\Container\Container is incompatible with the type Illuminate\Contracts\Foundation\Application expected by parameter $app of GeneaLabs\LaravelCaffein...\Service::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
13
$actualResult = (new Service(/** @scrutinizer ignore-type */ app()))->provides();