array('xdebug') of type array<integer,string> is incompatible with the type integer|string expected by parameter $size of Tvi\MonitorBundle\Check\...ed\Check::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
32
$check = new Check(/** @scrutinizer ignore-type */ ['xdebug']);