php-language-server
php-language-server copied to clipboard
phpDocumentor critical error
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.