true of type true is incompatible with the type array expected by parameter $defaultContext of Symfony\Component\Serial...onDecode::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
35
$decoder = new SymfonyDecoderAdapter(new JsonDecode(/** @scrutinizer ignore-type */ true));