$this of type Scalp\PatternMatching\Pattern\Bind is incompatible with the type Scalp\PatternMatching\Pattern\Pattern expected by parameter $inner of Scalp\PatternMatching\Pattern\Bound::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
11
return new Bound(/** @scrutinizer ignore-type */ $this);