2025-05-22 UTC
#
jkingweb @[lazcorp] What you wrong is not quite true. foo($bar = null) is fine. foo(Baz $bar = null) is not. Removing type hints is a viable fix is one wishes to retain pre-7.1 compatibility. Those using strict mode in a 7.0 code base are out of luck, but there are probably vanishingly few of those who can't bump their requirement to 7.1.
