The type GraphQL\Contracts\TypeSy...mmon\TypeAwareInterface 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 type GraphQL\Contracts\TypeSystem\Type\TypeInterface 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 $this->type could return the type null which is incompatible with the type-hinted return GraphQL\Contracts\TypeSystem\Type\TypeInterface. Consider adding an additional type-check to rule them out.
Loading history...
24
}
25
26
/**
27
* @internal This is a method for obtaining a type that implements compatibility with an current implementation
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