new Spiral\Tests\Config\Value('other!') of type Spiral\Tests\Config\Value is incompatible with the type array|callable|string expected by parameter $resolver of Spiral\Core\Container::bind().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
53
$this->container->bind(Value::class, /** @scrutinizer ignore-type */ new Value('other!'));