Vesko Kenashkov
Vesko Kenashkov
Fixes: ```php $a = NULL; $f = function() use ($a) { } ```
Hi, I would like to bring up a discussion about "[Don't add unneeded context](https://github.com/jupeter/clean-code-php#dont-add-unneeded-context)". I have few considerations why I think this very example is not good and the context...
Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. Currently, there is no way to...