The type CleaniqueCoders\Console\...t\Filesystem\Filesystem was not found. Did you mean Symfony\Component\Filesystem\Filesystem? If so, make sure to prefix the type with \.
It seems like new Illuminate\Filesystem\Filesystem() of type Illuminate\Filesystem\Filesystem is incompatible with the declared type CleaniqueCoders\Console\...t\Filesystem\Filesystem of property $filesystem.
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..