Releases: phpstan/phpdoc-parser
Releases · phpstan/phpdoc-parser
0.4.14
cf4fc7d
- Fixed "Undefined array key -1"
0.5.0
37a74df
- Open 0.5-dev
cfe3c78
- Allow nodes to have custom attributes
0.4.13
b451b2f
- Preserve whitespace formatting of text nodes
b4d876f
- Modernize CS build
4136e00
- EditorConfig
0.4.12
2d862ef
- type aliases: support @phpstan-type and @psalm-type tags
2e17e4a
- type aliases: support @phpstan-import-type and @psalm-import-type tags
0.4.11
27d8516
- Dependabot
35c6094
- Update symfony/process requirement from ^4.0 to ^5.2
a2f1a1f
- [cs] update coding standard to allow PHP 8 and Slevomat CS 6.4 (#58)
d2c01c1
- allow numbers in tags [closes #59]
2ce4c66
- [TASK] Add testcase for docblock with number (#61)
0.4.10
33d5f73
- Use the maintained version of php-parallel-lint
f95c617
- Use GitHub Actions instead of Travis CI
5c1eb9a
- Automatic release workflow
0.4.8
Fixed parsing description started with HTML tag - it's no longer mistaken as generics (#47), #41, thanks @kukulich!
0.4.6
Fixed parsing constant fetch with wildcard in complex types (d840b69), #45