Skip to content

fix: remove unnecessary semicolon in PHPDoc to fix language server error#147

Open
LuckyWindsck wants to merge 1 commit into
tototoshi:mainfrom
LuckyWindsck:patch-1
Open

fix: remove unnecessary semicolon in PHPDoc to fix language server error#147
LuckyWindsck wants to merge 1 commit into
tototoshi:mainfrom
LuckyWindsck:patch-1

Conversation

@LuckyWindsck
Copy link
Copy Markdown

Expected type 'object'. Found '$this;'.

When I tried to chain method after andReturn, PHP intelephense (the PHP language server) will show an error.

It's caused by the unnecessary semicolon in PHPDoc, so I remove it.

Thank you for your project.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant