When thinking about generics in PHP using PHPDocs, it’s reasonable to expect that Collection
can be passed into a parameter where Collection is expected, since Cat is an Animal.
When thinking about generics in PHP using PHPDocs, it’s reasonable to expect that Collection
can be passed into a parameter where Collection is expected, since Cat is an Animal.