We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b78132 + c541a9d commit 0794082Copy full SHA for 0794082
src/Functional/Matching.php
@@ -46,7 +46,7 @@ function matching(array $conditions)
46
namespace Functional;
47
48
function match(array $conditions) {
49
- trigger_error('Functional\match() is will be unavailable with PHP 8. Use Functional\matching() instead', E_USER_DEPRECATED);
+ trigger_error('Functional\match() will be unavailable with PHP 8. Use Functional\matching() instead', E_USER_DEPRECATED);
50
return matching($conditions);
51
}
52
ALIAS
0 commit comments