Skip to content

Inspection: phpdoc type to typehint #1185

@Danil42Russia

Description

@Danil42Russia

Before

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

After:

function test(string $str){}

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