Open Shira-3749 opened 7 months ago
Interface method's docblock is not inherited properly with generics in this case: https://psalm.dev/r/dd85197efc
Copy-pasting the entire doc-comment onto Collection::toArray() fixes this, but that's not ideal: https://psalm.dev/r/f7036c58c3
Collection::toArray()
For comparison, it works as-is in PHPStan: https://phpstan.org/r/2185731e-afd0-4e07-905a-33908ee99f6a
I found these snippets:
Interface method's docblock is not inherited properly with generics in this case: https://psalm.dev/r/dd85197efc
Copy-pasting the entire doc-comment onto
Collection::toArray()
fixes this, but that's not ideal: https://psalm.dev/r/f7036c58c3For comparison, it works as-is in PHPStan: https://phpstan.org/r/2185731e-afd0-4e07-905a-33908ee99f6a