mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 11:44:14 +01:00
12 lines
183 B
Markdown
12 lines
183 B
Markdown
# Node Value Resolver
|
|
|
|
This package detects values like:
|
|
|
|
- `__NAMESPACE__`
|
|
- `__METHOD__`
|
|
- `__CLASS__`
|
|
- `self::class`
|
|
- `static::class`
|
|
|
|
And turns them into their current values.
|