Dmitry Patsura

Results 90 issues of Dmitry Patsura

Example plugin https://github.com/pfefferle/atom-php-cs-fixer

help wanted
feature request

Simple snippet: ``` php $elements = [1,2,3,4,5]; foreach ($elements as $k => &$item) { //.... } $another = [1,2,3,4,5]; foreach ($another as $k => $item) { } ``` https://3v4l.org/ndpr0 WIll...

help wanted
analyzer

To implement check for unused properties

help wanted
feature request

In subjectm, think about it

bug
help wanted

Hey! Type: new feature Link to issue: This pull request affects the following components: **(please check boxes)** - [X] Analyzer - [X] Compiler - [X] Core - [ ] Control...

- [ ] Fire events for checks from CFG for body of statements, node needed to compile all code

``` php trait A { } ```

compiler

refs https://github.com/ovr/phpsa/issues/14

feature request

feature request