#
5c267f55 |
| 20-May-2023 |
Nikita Popov |
Add support for typed constants RFC: https://wiki.php.net/rfc/typed_class_constants
|
#
5f3ad315 |
| 03-Sep-2022 |
Nikita Popov |
Fix ArrayItem entries in pretty printer maps The tests were written in such a way that the regression was not caught.
|
#
7c445bb6 |
| 04-Jun-2022 |
Tomas Votruba |
Remove space before return type in insertionMap (#841) * remove space before colon in PrettyPrinterAbstract * update tests
|
#
0d2d8f95 |
| 27-Jun-2020 |
Nikita Popov |
FPPP: Support catch without variable
|
Revision tags: v4.3.0, v4.2.5, v4.2.4, v4.2.3, v4.2.2, v4.2.1, v4.2.0, v4.1.1, v4.1.0, v4.0.4, v4.0.3, v4.0.2, v4.0.1, v4.0.0, v3.1.5, v4.0.0beta1, v3.1.4, v4.0.0alpha3, v3.1.3, v4.0.0alpha2, v3.1.2, v4.0.0alpha1 |
|
#
bb2ac911 |
| 06-Oct-2017 |
Nikita Popov |
Move leading space out of pStmt_Else Same as previous commit. Also add support for pStmt_If->else insertion.
|
Revision tags: v3.1.1, v3.1.0, v3.0.6 |
|
#
1ec55915 |
| 25-Mar-2017 |
Nikita Popov |
Tweak node insertion formatting
|
Revision tags: v3.0.5, v3.0.4, v3.0.3 |
|
#
cb5dd289 |
| 21-Jan-2017 |
Nikita Popov |
Don't include whitespace directly in catch/finally print
|
#
5e565e80 |
| 21-Jan-2017 |
Nikita Popov |
Support insertion of nullable nodes Still incomplete in some places and the formatting is not always ideal.
|