noverify
noverify copied to clipboard
Inspection: phpdoc type to typehint
Before
/* @param $str string */
function test($str){}
After:
function test(string $str){}