Fix typo in UPGRADING

This commit is contained in:
Jakub Zelenka 2018-05-17 20:15:28 +01:00
parent 4aabe3c966
commit 4d61cf07c3

View file

@ -3,7 +3,7 @@ PHP GNUPG UPGRADING NOTES
This document lists backward incompatible change in the extension
1.4.0
- gnupg_decryptverify $plaintext reference cannot be longer passed in
- gnupg_decryptverify $plaintext reference can no longer be passed in
call_user_func_array which is conformant to user space code.
See https://github.com/php-gnupg/php-gnupg/issues/4 for more details.