Releases: phpstan/phpdoc-parser
Releases · phpstan/phpdoc-parser
0.4.9
- Allow PHP 8 in composer.json (#50), thanks @Th3Mouk!
- Add support for
@phpstan-throws(#51), thanks @VincentLanglet!
0.4.8
0.4.7
Multiline generics support with trailing commas (#44), thanks @icanhazstring!
0.4.6
0.4.5
- Support for literals and class constants as PHPDoc types (d60ff77), as new
ConstTypeNode, see PHPStan documentation - Support for parsing
@mixin Type [description](956e721), see PHPStan documentation
0.4.4
0.4.3
Allow [] after generic type or array shape (#37), #36, thank you @iluuu1994!
0.4.2
0.4.1
0.4.0
- Support
@template(#27), thanks @arnaud-lb! - Support
@extends,@implements,@uses(#31), thanks @arnaud-lb! - Support
@template-covariant(#34), thanks @arnaud-lb! - Support
class-string(3e95614) - Support
@phpstan-and@psalm-prefixes (b23fbb1), thanks @JanTvrdik! - Support multiple lines for array shape (#33), thanks @shmax!