-
-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
Description
https://github.com/phpDocumentor/TypeResolver/pull/35/files implemented support for these, but does not mention "nullable" anywhere in the README.md of this project.
Questions I have:
- Could you update the README to mention where nullables are supported?
- Is phpdoc nullable supported? (No movement in http://www.php-fig.org/psr/ PSR-5 lately)
- If it is, add integration tests to make the supported locations clear? (e.g. parsing
/** @param ?int $x*/ function test($x);
)