Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inspection: phpdoc type to typehint #1185

Open
Danil42Russia opened this issue Aug 2, 2022 · 0 comments · May be fixed by #1221
Open

Inspection: phpdoc type to typehint #1185

Danil42Russia opened this issue Aug 2, 2022 · 0 comments · May be fixed by #1221
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Danil42Russia
Copy link
Contributor

Danil42Russia commented Aug 2, 2022

Before

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

After:

function test(string $str){}
@Danil42Russia Danil42Russia added the enhancement New feature or request label Aug 2, 2022
@i582 i582 added this to the next milestone Aug 2, 2022
@Hidanio Hidanio assigned Hidanio and unassigned Danil42Russia Apr 27, 2024
@Hidanio Hidanio linked a pull request Jun 6, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants