RFC: Never For Parameter Types

Project Governance
Author
Jordan LeDoux
Parameters in PHP are contravariant to preserve Liskov substitution. This means that if class B extends class A, then redefines a function call, the entire type...

This RFC has not yet started voting