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 c64986f commit dbe56d2Copy full SHA for dbe56d2
CHANGELOG.md
@@ -1,8 +1,20 @@
1
-Version 4.10.3-dev
+Version 4.10.4-dev
2
------------------
3
4
Nothing yet.
5
6
+Version 4.10.3 (2020-12-03)
7
+---------------------------
8
+
9
+### Fixed
10
11
+* Fixed formatting-preserving pretty printing for `"{$x}"`.
12
+* Ternary expressions are now treated as non-associative in the pretty printer, in order to
13
+ generate code that is compatible with the parentheses requirement introduced in PHP 8.
14
+* Removed no longer necessary `error_clear_last()` call in lexer, which may interfere with fatal
15
+ error handlers if invoked during shutdown.
16
17
18
Version 4.10.2 (2020-09-26)
19
20
0 commit comments