Commit version 24.12.13800

This commit is contained in:
2025-01-06 17:35:06 -05:00
parent b7f6a79c2c
commit 55d9218816
6133 changed files with 4239740 additions and 1374287 deletions

View File

@ -41,7 +41,7 @@ class Net_DNS2_Notifier extends Net_DNS2
* DNS notification for a changed zone
*
* @param string $zone the domain name to use for DNS updates
* @param mixed $options an array of config options or null
* @param array $options an array of config options or null
*
* @throws Net_DNS2_Exception
* @access public
@ -115,6 +115,7 @@ class Net_DNS2_Notifier extends Net_DNS2
*
* @param string $keyname the key name to use for the TSIG RR
* @param string $signature the key to sign the request.
* @param string $algorithm the algorithm to use for the request.
*
* @return boolean
* @access public