Some best practices and tips for composing high quality pull requests when contributing to open source projects.
PHP
Stop Using Pseudo-Types
Pseudo-types like callable and iterable may seem convenient at first glance, but they introduce ambiguities and make code harder to analyze. Read more