It seems like new \Symfony\Component\Finder\Finder() of type object<Symfony\Component\Finder\Finder> is incompatible with the declared type boolean of property $finder.
Our type inference engine has found an assignment to a property that is incompatible
with the declared type of that property.
Either this assignment is in error or the assigned type should be added
to the documentation/type hint for that property..
Loading history...
33
$this->finder->ignoreUnreadableDirs();
34
if ($fast) {
35
if (file_exists($this->getTargetPath().'gitignore')) {
36
// excludes files/directories matching the .gitignore patterns
The class Finder\Spider\Exception does not exist. Did you forget a USE statement, or did you not list all dependencies?
Scrutinizer analyzes your composer.json/composer.lock file if available to
determine the classes, and functions that are defined by your dependencies.
It seems like the listed class was neither found in your dependencies, nor was it
found in the analyzed files in your repository. If you are using some other form
of dependency management, you might want to disable this analysis.
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..