Closed lstrojny closed 4 years ago
match is a reserved keyword in PHP 8 to make room for https://wiki.php.net/rfc/match_expression_v2
match
Replace Functional\match() with Functional\matching() and provide backwards compatibility alias for PHP <8.0.0 that triggers a warning.
Functional\match()
Functional\matching()
Fixes #223
match
is a reserved keyword in PHP 8 to make room for https://wiki.php.net/rfc/match_expression_v2Replace
Functional\match()
withFunctional\matching()
and provide backwards compatibility alias for PHP <8.0.0 that triggers a warning.Fixes #223