felixfbecker / vscode-php-intellisense

Advanced PHP IntelliSense for Visual Studio Code 🆚💬
MIT License
410 stars 88 forks source link

A type is missing in an array expression. Error Code: -32603. #456

Closed piyushmanolkar closed 4 years ago

piyushmanolkar commented 4 years ago

PHP Documentor Error.

citosid commented 4 years ago

What was the fix for this? I'm having the same error

piyushmanolkar commented 4 years ago

@citosid It is a Documentor error, return type in the documentation of your function is wrong it must be a data type like str or int or mixed.