Deprecate required param after optional As an exception, we allow "Type $foo = null" to occur before a required parameter, because this pattern was used as a replacement for nullable
Deprecate required param after optional As an exception, we allow "Type $foo = null" to occur before a required parameter, because this pattern was used as a replacement for nullable types in PHP versions older than 7.1. Closes GH-5067.
show more ...
|