We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f320d commit 4adc304Copy full SHA for 4adc304
gnupg/gnupg.php
@@ -103,7 +103,7 @@ public function adddecryptkey($kye, $passphrase) {}
103
* @link https://php.net/manual/en/function.gnupg-verify.php
104
*
105
* @param string $text
106
- * @param string $signature
+ * @param string|false $signature
107
* @param string &$plaintext
108
109
* @return array|false On success, this function returns information about the signature.
0 commit comments