Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
misc: improve return type signature for
TreeMapper
In situation when `$signature` is just type of class-string without exact class, return type expected by phpstan is mixin. With this change, static analysis tools will expect return type object. Bit more context here phpstan/phpstan#8443
- Loading branch information