Dmitry Patsura
Dmitry Patsura
ping @K-Phoen
Yes I was trying to support it, but it's not easy as I see Docblocks is based on NS and needed to create NS context to pass it intro phpdocument...
This is caused becase https://github.com/ovr/phpsa/blob/9dffcdc59c58f32f0577dd50c07c71bb91053362/src/Analyzer/Pass/Expression/ArrayShortDefinition.php#L16 Supported: ``` php use DefaultMetadataPassTrait { getMetadata as defaultMetadata; } ``` Unsupported: ``` php use DefaultMetadataPassTrait { DefaultMetadataPassTrait::getMetadata as defaultMetadata; } ```
@sergeyklay Мне вчера прислали такой код!))
:crying_cat_face:
What version you are using? I am trying to get error on snippets: ```php class Test { private static $propOne, $propTwo; public function test() { self::$propOne++; self::$propTwo++; } } ```...
@garrettw I started to work on `phpsa`, possible will try to release ASAP after big changes!
ping @ddmler What do you think about it?
- [ ] Add tests
Started to work on this