'message' of type string is incompatible with the type integer expected by parameter $message of Graze\ConfigValidation\E...xception::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
26
$exception = new ConfigValidationFailedException(__CLASS__, /** @scrutinizer ignore-type */ 'message', $orig);