Closed phanan closed 4 years ago
As discussed, this PR allows with() to return a default when $value is null. There shouldn't be BC breaks.
with()
$value
Looks good!
As discussed, this PR allows
with()
to return a default when$value
is null. There shouldn't be BC breaks.