| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Should we directly support null-safe operator in doc too? I chose to let it for another time but maybe it does not makes sense without it |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
See phpstan/phpstan#7545
From what I understood, we first need phpdoc-parser to be able to parse things like @return ($this->t is T::A ? string : null) and then we'll need follow-up PR to phpstan/phpstan-src.
It also supports parent::$value, self::$value and static::$value because I thought it would be better to be consistent. If this is too much I understand.