Reviews run for a minimum of one week. The outcome of the review is decided on this date. This is the last day to make comments or ask questions about this review.
8.4
- Initial PHP 8.4 and PHP 8.5 support: #315
- property hooks - 8.4
- asymmetric visibility - 8.4
new MyClass()->method()without parentheses - 8.4- pipe
|>operator - 8.5 - Clone with expression - 8.5
- static lambda as static expression - 8.5
- Support for Eclipse Terminal plugin (TM terminal replacement)
- Improved Getter / Setter generator
- Read property type and use it as setter argument type and getter return type
- Allow to generate setter with return type
voidorselffor method chain
- Fix arrow function nesting #311
- Synchronize some dependencies with Eclipse release
All API are provisional
- Initial PHP 8.4 and PHP 8.5 support: #315
- property hooks - 8.4
- asymmetric visibility - 8.4
new MyClass()->method()without parentheses - 8.4- pipe
|>operator - 8.5 - Clone with expression - 8.5
- static lambda as static expression - 8.5
- Support for Eclipse Terminal plugin (TM terminal replacement)
- Improved Getter / Setter generator
- Read property type and use it as setter argument type and getter return type
- Allow to generate setter with return type
voidorselffor method chain
- Fix arrow function nesting #311
- Synchronize some dependencies with Eclipse release
- Log in to post comments