noverify icon indicating copy to clipboard operation
noverify copied to clipboard

Inspection: phpdoc type to typehint

Open Danil42Russia opened this issue 2 years ago • 0 comments

Before

/* @param $str string */
function test($str){}

After:

function test(string $str){}

Danil42Russia avatar Aug 02 '22 18:08 Danil42Russia