phpcheckstyle
phpcheckstyle copied to clipboard
[Feature request] Bracket position for closure
Hi! I am using "new line" open curly brace position in my code. But in closure need position in same line.
$response->setCallback(function () use($path) {
readfile($path);
});
Hello,
Thanks for your reports on issues.
I think they all fall in the categorie of "PHPChecstyle hasn't been tested with these new features yet". I still have to write some unit tests for square braquet notation for arrays, closures, ...
I will have a look as soon as I can.