Skip to content

v1.1.4

Compare
Choose a tag to compare
@jakubmisek jakubmisek released this 23 Jan 12:49
· 91 commits to master since this release

This release has updated PHP syntax parser and PHAR parser. This fixes a few issues as well as it allows parsing a complete range of PHP 5,7 and PHP 8 sources. (It doesn't mean it compiles all the PHP 8.2 quirks and features tho - see #765 and #959)

PHPDoc

Updated Doc Comments parser, and dropped support for type hinting from PHPDoc; this feature was useful when there was no type-hinting in PHP itself. Currently, function parameters and properties can be type-hinted using PHP syntax.

Fixes:

  • post-increment of aliased variable (#1086)
  • match with multiple conditions (#1098)