#
3e8c8d24 |
| 17-Dec-2016 |
Felix Becker |
Add originalName attribute in NameResolver For now gated behind a preserveOriginalNames option.
|
Revision tags: v3.0.2 |
|
#
5219f757 |
| 06-Dec-2016 |
Nikita Popov |
Fix pretty-printing of nullable types
|
#
a485ecd7 |
| 05-Dec-2016 |
Ondrej Mirtes |
NameResolver - resolve Name in NullableType
|
Revision tags: v3.0.1, v3.0.0 |
|
#
bcdfb703 |
| 23-Nov-2016 |
Nikita Popov |
Cleanup imports Thanks PhpStorm :)
|
Revision tags: v3.0.0beta2 |
|
#
90834bff |
| 11-Oct-2016 |
Nikita Popov |
Add namespacedName attribute on runtime-resolved names The NameResolver now adds a namespacedName attribute on function/ const names which cannot be statically resolved.
|
Revision tags: v3.0.0beta1, v2.1.1, v3.0.0alpha1, v2.1.0, v2.0.1, v2.0.0, v2.0.0beta1, v1.4.1, v2.0.0alpha1, v1.4.0 |
|
#
feb82eed |
| 14-Jul-2015 |
Nikita Popov |
Disable cloning in traverser by default
|
#
f3f24e03 |
| 13-Jun-2015 |
Nikita Popov |
Support running against PHP 7 testsuite
|
#
1a1bd144 |
| 13-Jun-2015 |
Nikita Popov |
Support mixed group use declarations
|
#
9620f79c |
| 12-Jun-2015 |
Nikita Popov |
Add partial group use support Supported via Stmt\GroupUse which has Name $prefix in addition to the usual. Still missing: Mixed group uses.
|
Revision tags: v1.3.0 |
|
#
e1a0ec37 |
| 26-Apr-2015 |
Nikita Popov |
Add support for anonymous classes Has not landed upstream yet, but syntax is unlikely to change.
|
Revision tags: v1.2.2, v1.2.1, v1.2.0 |
|
#
7ec277e1 |
| 21-Mar-2015 |
Nikita Popov |
Replace another Scalar\String occurance Also canonicalize NameResover tests to avoid those pesky CRLF issues.
|
#
1a627872 |
| 20-Mar-2015 |
Nikita Popov |
Rename nodes for compat with PHP 7 The old names will still be available on PHP 5.x.
|
#
3ad0d4b3 |
| 12-Mar-2015 |
Nikita Popov |
Add support for return type declarations [PHP 7] This adds an additional "returnType" subnode to Stmt\Function_, Stmt\ClassMethod and Expr\Closure, as well as the corresponding suppo
Add support for return type declarations [PHP 7] This adds an additional "returnType" subnode to Stmt\Function_, Stmt\ClassMethod and Expr\Closure, as well as the corresponding support in the name resolver and pretty printer.
show more ...
|
Revision tags: v1.1.0, v1.0.2 |
|
#
7fbdb79a |
| 03-Nov-2014 |
nikic |
Fix whitespace when printing trait alias modifiers
|
#
6fad8ff3 |
| 03-Nov-2014 |
Arne Blankerts |
Make NameResolver resolve trait alias and precedence names
|
Revision tags: v1.0.1 |
|
#
66fd29cb |
| 30-Sep-2014 |
nikic |
Use stricter assertions where possible
|
#
6dc24fa9 |
| 28-Sep-2014 |
nikic |
Fix coverage annotations
|
Revision tags: v1.0.0, v1.0.0beta2 |
|
#
6d0589d1 |
| 11-Aug-2014 |
nikic |
Ensure that special class names are unqualified Replicates the PHP error message
|
#
ef121e69 |
| 11-Aug-2014 |
nikic |
Preserve case of "static" class name
|
#
c0340053 |
| 11-Aug-2014 |
Elliot Levin |
Fix case sensitivity for special class names
|
Revision tags: v0.9.5, v1.0.0beta1 |
|
#
a5e0bbcb |
| 26-Mar-2014 |
nikic |
Support use function/const in name resolver
|
#
f82862ec |
| 06-Feb-2014 |
nikic |
Port library to use namespaces, with BC for old names
|