We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8211479 commit dca41cdCopy full SHA for dca41cd
1 file changed
CHANGELOG.md
@@ -1,3 +1,22 @@
1
+Version 5.7.0 (2025-12-06)
2
+--------------------------
3
+
4
+### Fixed
5
6
+* Fixed changing modifier on anonymous class with formatting preserving pretty printer.
7
+* Emit an error for unparenthesized arrow functions in pipe operator, and print necessary
8
+ parentheses in the pretty printer.
9
+* Fix PHP 8.5 deprecation warning in php-parse binary.
10
11
+### Changed
12
13
+* When targeting PHP 8.4 or newer, omit parentheses around immediately dereferenced new expressions.
14
15
+### Added
16
17
+* Added `shouldPrintRawValue` attribute to `Scalar\Int_`, which makes the pretty printer use the
18
+ `rawValue` of the node. This can be used to print integers with separators.
19
20
Version 5.6.2 (2025-10-21)
21
--------------------------
22
0 commit comments