The type KevinGH\Box\Configuration\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_keys($this->recommendations) returns the type array which is incompatible with the documented return type KevinGH\Box\Configuration\list.
Loading history...
51
}
52
53
public function addWarning(string $message): void
54
{
55
$message = trim($message);
56
57
Assert::false('' === $message, 'Expected to have a message but a blank string was given instead.');
The expression return array_keys($this->warnings) returns the type array which is incompatible with the documented return type KevinGH\Box\Configuration\list.
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