Skip to content

Commit 0794082

Browse files
authored
Merge pull request #235 from phanan-forks/fix-typo
fix: typo in match() deprecation message
2 parents 5b78132 + c541a9d commit 0794082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Functional/Matching.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function matching(array $conditions)
4646
namespace Functional;
4747
4848
function match(array $conditions) {
49-
trigger_error('Functional\match() is will be unavailable with PHP 8. Use Functional\matching() instead', E_USER_DEPRECATED);
49+
trigger_error('Functional\match() will be unavailable with PHP 8. Use Functional\matching() instead', E_USER_DEPRECATED);
5050
return matching($conditions);
5151
}
5252
ALIAS

0 commit comments

Comments
 (0)