Releases: phpstan/phpdoc-parser
Releases · phpstan/phpdoc-parser
1.6.0
- 3cb62d1 - Make requiring whitespace before description optional
- 1e355a3 - Support all atomic types as nullable types
- 7c621a2 - Fix parsing phpdoc with no trailing whitespace
- 9d45205 - Allow omitting @param type
- d579798 - Require whitespace before description with limited start tokens
- b75949e - Update dependency slevomat/coding-standard to v7.2.1
- 5968e5f - Fix typo in doc/grammars
- 5e424af - Update dependency slevomat/coding-standard to v7.2.0
1.5.0
- 6cafed9 - Add negated assertions
- 47051f5 - Parse assert-if-true and assert-if-false as well
- 0af5cba - Also expose the tags
- 8f703ba - Add assert syntax
1.4.5
- 129a63b - Extend allowed types for conditional for parameter
1.4.4
- d8e9fd9 - ConstExprParser - throw known exception type
1.4.3
- 34545bb - Fix memory leak
- a5e191f - Update dependency slevomat/coding-standard to v7.1
- 9940b06 - Fix build instructions in README
1.4.2
- 4cb3021 - Support multiline parenthesized types
1.4.1
- 0533306 - Fixed missing parentheses in
ConditionalTypeForParameterNode::__toString()
- c1f8095 - Fixed missing parentheses in
ConditionalTypeNode::__toString()
- f109d1d - Typo in
ConditionalTypeForParameterNode
- 45df6a5 - Typo in
ConditionalTypeNode