My investigation reached DocParser::classTemplates(). It tries to read generics from doc comment of passed class.
My class is \Ds\Set. I guess there are no docblock comments for "native" classes.
That's why some stubs have been created https://github.com/JetBrains/phpstorm-stubs/blob/1650beae521d9dd1aee7dd208a68fbc9ec3765c6/ds/ds.php#L1885
Any idea how can I provide those stubs to Valinor?
My investigation reached
DocParser::classTemplates(). It tries to read generics from doc comment of passed class.My class is \Ds\Set. I guess there are no docblock comments for "native" classes.
That's why some stubs have been created https://github.com/JetBrains/phpstorm-stubs/blob/1650beae521d9dd1aee7dd208a68fbc9ec3765c6/ds/ds.php#L1885
Any idea how can I provide those stubs to Valinor?