.. |
Builder
|
Added builders for enum and enum case
|
2021-11-05 22:26:04 +01:00 |
Comment
|
[CS] New line in the end of file
|
2018-01-13 16:08:26 +01:00 |
ErrorHandler
|
[CS] New line in the end of file
|
2018-01-13 16:08:26 +01:00 |
Internal
|
Allow both '{' and T_CURLY_OPEN as curly bracket (#732)
|
2020-12-03 18:42:00 +01:00 |
Lexer
|
Allow functions and calls to functions named await
|
2021-12-15 14:09:31 +01:00 |
Node
|
Fix PHPDoc type of namespacedName properties
|
2021-12-06 21:33:02 +01:00 |
NodeVisitor
|
Add support for intersection types
|
2021-09-03 15:06:33 +02:00 |
Parser
|
Support reserved keywords as enum cases
|
2021-10-17 20:20:35 +02:00 |
PrettyPrinter
|
Properly parenthesise arrow functions
|
2021-12-15 14:09:29 +01:00 |
Builder.php
|
[CS] New line in the end of file
|
2018-01-13 16:08:26 +01:00 |
BuilderFactory.php
|
Added builders for enum and enum case
|
2021-11-05 22:26:04 +01:00 |
BuilderHelpers.php
|
Unified builder methods for setting types
|
2021-09-14 18:09:07 +02:00 |
Comment.php
|
Add end line / file position / token position to comments
|
2020-02-09 16:53:46 +01:00 |
ConstExprEvaluationException.php
|
[CS] New line in the end of file
|
2018-01-13 16:08:26 +01:00 |
ConstExprEvaluator.php
|
Fixed array value evaluation with unpacked array
|
2021-10-11 21:35:21 +02:00 |
Error.php
|
Fixes from PHPStan (#502)
|
2018-05-19 11:12:24 +02:00 |
ErrorHandler.php
|
[CS] New line in the end of file
|
2018-01-13 16:08:26 +01:00 |
JsonDecoder.php
|
Remove trailing comma
|
2020-02-09 17:15:59 +01:00 |
Lexer.php
|
Add support for new PHP 8.1 modifiers (#796)
|
2021-07-21 12:43:29 +02:00 |
NameContext.php
|
[CS] New line in the end of file
|
2018-01-13 16:08:26 +01:00 |
Node.php
|
Don't require doc comment to be last comment
|
2020-02-15 10:52:34 +01:00 |
NodeAbstract.php
|
Don't require doc comment to be last comment
|
2020-02-15 10:52:34 +01:00 |
NodeDumper.php
|
Add support for new PHP 8.1 modifiers (#796)
|
2021-07-21 12:43:29 +02:00 |
NodeFinder.php
|
[CS] New line in the end of file
|
2018-01-13 16:08:26 +01:00 |
NodeTraverser.php
|
Add new constant to be returned from enterNode() to not traverse current and child nodes (#536)
|
2018-10-08 22:26:00 +02:00 |
NodeTraverserInterface.php
|
Add methods visibility (#464)
|
2018-01-10 19:07:41 +01:00 |
NodeVisitor.php
|
[CS] New line in the end of file
|
2018-01-13 16:08:26 +01:00 |
NodeVisitorAbstract.php
|
Add strict_types to lib code
|
2017-08-18 23:00:13 +02:00 |
Parser.php
|
[CS] Open class brackets in new line
|
2018-01-13 16:03:55 +01:00 |
ParserAbstract.php
|
Add support for new PHP 8.1 modifiers (#796)
|
2021-07-21 12:43:29 +02:00 |
ParserFactory.php
|
[CS] Open class brackets in new line
|
2018-01-13 16:03:55 +01:00 |
PrettyPrinterAbstract.php
|
Tweak coding style
|
2021-09-12 21:54:03 +02:00 |