File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -471,7 +471,7 @@ Supported since 0.1.7 (2018-10-06).
471
471
472
472
* ` AST_FUNC_DECL ` and ` AST_METHOD ` no longer generate a ` uses ` child. Previously this child was
473
473
always ` null ` .
474
- * ` AST_FUNC_CONST_ELEM ` now always has a ` docComment ` child. Previously it was absent on PHP 7.0.
474
+ * ` AST_CONST_ELEM ` now always has a ` docComment ` child. Previously it was absent on PHP 7.0.
475
475
On PHP 7.0 the value is always ` null ` .
476
476
477
477
### 50 (stable)
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ This release is the same as version 0.1.7 with obsolete and deprecated functiona
138
138
- Added AST version 60 with the following changes:
139
139
- `AST_FUNC_DECL` and `AST_METHOD` no longer generate a `uses` child. Previously this child was
140
140
always `null`.
141
- - `AST_FUNC_CONST_ELEM ` now always has a `docComment` child. Previously it was absent on PHP 7.0.
141
+ - `AST_CONST_ELEM ` now always has a `docComment` child. Previously it was absent on PHP 7.0.
142
142
On PHP 7.0 the value is always `null`.
143
143
- Added `ARRAY_ELEM_REF` flag, which is used by `AST_ARRAY_ELEM` for by-reference array elements
144
144
and (since PHP 7.3) for by-reference destructuring. Previously this flag was represented simply
You can’t perform that action at this time.
0 commit comments