Skip to content

Commit 221b0d0

Browse files
committed
Release PHP-Parser 5.6.0
1 parent 3b8d8ab commit 221b0d0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Version 5.6.0 (2025-07-27)
2+
--------------------------
3+
4+
### Added
5+
6+
* [8.5] Added support for `clone` with arbitrary function arguments. This will be parsed as an
7+
`Expr\FuncCall` node, instead of the usual `Expr\Clone_` node.
8+
* [8.5] Permit declaration of `function clone` for use in stubs.
9+
* [8.5] Added support for the pipe operator, represented by `Expr\BinaryOp\Pipe`.
10+
* [8.5] Added support for the `(void)` cast, represented by `Expr\Cast\Void_`.
11+
* [8.5] Added support for the `final` modifier on promoted properties.
12+
* Added `CallLike::getArg()` to fetch an argument by position and name.
13+
114
Version 5.5.0 (2025-05-31)
215
--------------------------
316

0 commit comments

Comments
 (0)