There was an error while loading. Please reload this page.
There is a false positive in src\Standards\Squiz\Sniffs\Commenting\FunctionCommentSniff.php
src\Standards\Squiz\Sniffs\Commenting\FunctionCommentSniff.php
This code throws error: Function return type is not void, but function is returning void here
Function return type is not void, but function is returning void here
/** * Test function * * @return array */ public function test() { function () { return; }; return []; }