There was an error while loading. Please reload this page.
The Squiz.Functions.MultiLineFunctionDeclaration.BraceOnNewLine fix should condense extra line breaks following the opening brace.
Squiz.Functions.MultiLineFunctionDeclaration.BraceOnNewLine
vendor/bin/phpcbf --standard=PSR2 given.php
$numbers = [1, 2, 3]; array_walk($numbers, function() { return 5; });
$numbers = [1, 2, 3]; array_walk($numbers, function () { return 5; });
Realize this is minor. But if it's inline with others expectations, glad to submit a fix.
Great tool. Thank you.