$paths of type array is incompatible with the type SplPriorityQueue expected by parameter $paths of Windwalker\Renderer\BladeRenderer::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
17
$this->renderer = new BladeRenderer(/** @scrutinizer ignore-type */ $paths, $cache_path);