Features
Docs
Blog
Support
Download
Pricing
All Stories
Generics in PHP using PHP DocComments
Generics-type annotation is a great way of improving type safety and code completion of your PHP code. Let's see how to use it!