carbon-cli
carbon-cli copied to clipboard
Stus Have Generic Arguments and Lack Return Types
I believe it may be possible to determine the return type and parameters of macros using the reflection already employed so that the stubs can be more accurate.
Without this accuracy my static analysis (PHPStan) still complains about the types.
I willing to take some time to investigate and submit a PR if possible.