$this of type DH\Adf\Builder\ExpandBuilder is incompatible with the type DH\Adf\Node\BlockNode|null expected by parameter $parent of DH\Adf\Node\Block\Expand::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
15
$block = new Expand($title, /** @scrutinizer ignore-type */ $this);