💡 Fix PHPDoc for \DBBackup::GetMysqlCliTlsOptions

This commit is contained in:
Pierre Goiffon
2022-01-12 08:24:28 +01:00
parent c2408b74cd
commit b3bf516b20

View File

@@ -462,13 +462,12 @@ EOF;
/**
* @see https://dev.mysql.com/doc/refman/5.6/en/encrypted-connection-options.html
*
* @param Config $oConfig
*
* @return string TLS arguments for CLI programs such as mysqldump. Empty string if the config does not use TLS.
*
* @since 2.5.0
* @since 2.5.0 N°1260
* @link https://dev.mysql.com/doc/refman/5.6/en/connection-options.html#encrypted-connection-options "Command Options for Encrypted Connections"
*/
public static function GetMysqlCliTlsOptions($oConfig)
{