The type Ray\Di\list was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. excluded_paths:["lib/*"],
you can move it to the dependency path list as follows:
The expression return array('context', ...ndency', 'isSingleton') returns the type array<integer,string> which is incompatible with the documented return type Ray\Di\list.
Loading history...
40
}
41
42
public function __toString(): string
43
{
44
return sprintf(
45
'(provider) %s',
46
(string) $this->dependency
47
);
48
}
49
50
/**
51
* {@inheritdoc}
52
*/
53
public function register(array &$container, Bind $bind): void
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths