We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8d8ab commit 221b0d0Copy full SHA for 221b0d0
CHANGELOG.md
@@ -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
14
Version 5.5.0 (2025-05-31)
15
--------------------------
16
0 commit comments