Releases: phpstan/phpdoc-parser
Releases · phpstan/phpdoc-parser
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!
0.3.5
Array shapes support (#30), thank you @arnaud-lb!
0.3.4
0.3.3
Added missing getDeprecatedTagValues()
method.