mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-01-17 07:08:14 +01:00
Fix one-character inconsistency
This commit is contained in:
parent
3cf61fdd26
commit
a4b43edb03
@ -56,7 +56,7 @@ array(
|
|||||||
```
|
```
|
||||||
|
|
||||||
This matches the structure of the code: An echo statement, which takes two strings as expressions,
|
This matches the structure of the code: An echo statement, which takes two strings as expressions,
|
||||||
with the values `Hi` and `World!`.
|
with the values `Hi` and `World`.
|
||||||
|
|
||||||
You can also see that the AST does not contain any whitespace information (but most comments are saved).
|
You can also see that the AST does not contain any whitespace information (but most comments are saved).
|
||||||
So using it for formatting analysis is not possible.
|
So using it for formatting analysis is not possible.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user