Enrico Höschler
Enrico Höschler
i think unset() is a function and no operator. Maybe we should also add a warning to the (unset) cast since it is not the same as the unset() function....
before merge can you add interface testcase to missing docblock analyzer? since it needs your compile event to work i have commented that out.
- [ ] [Analyzer] issue a warning when using something which is annotated with `@deprecated` - [ ] [Analyzer] display all found `@todo` comments - [ ] [Analyzer] check `@param`...
I just figured out that this was a trait adaptation with rename. So that's what is missing here.
I will try to implement it
- [ ] setting $this via variable variables - [x] $this function parameter - [ ] $this via parse_str(), extract(), list() (do we really need that?) - [ ] and...
- [x] Documentation how to use it with codeclimate
Hi we have an analyzer that does this: https://github.com/ovr/phpsa/blob/master/src/Analyzer/Pass/Expression/FunctionCall/DebugCode.php it currently checks for var_dump, var_export, debug_zval_dump. If you know more you can add them to the list. Or did you...
Sure we can add those.
I added dd and dump (laravel, symfony) in this commit 69939ed Not sure which frameworks are used so widely that it makes sense to add their debug function, but if...