### Before ```php /* @param $str string */ function test($str){} ``` ### After: ```php function test(string $str){} ```