Skip to content

Inspection: phpdoc type to typehint #1185

Description

@Danil42Russia

Before

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

After:

function test(string $str){}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions