php-language-server icon indicating copy to clipboard operation
php-language-server copied to clipboard

phpDocumentor critical error

Open andrei-dascalu opened this issue 6 years ago • 0 comments
trafficstars

CRITICAL TypeError: Return value of phpDocumentor\Reflection\Types\AbstractList::getValueType() must implement interface phpDocumentor\Reflection\Type, null returned in <edited>/.vscode/extensions/felixfbecker.php-intellisense-2.3.13/vendor/phpdocumentor/type-resolver/src/Types/AbstractList.php:63

Looks like somewhere the phpdocumentor type resolver receives an unexpected null which gets returned through a method whose return is typehinted to "Type". I am reporting here since it broke my language server but I'm also reporting it on phpdocumetor repo as well.

andrei-dascalu avatar Sep 25 '19 10:09 andrei-dascalu