mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
💡 Fix PHPDoc for \DBBackup::GetMysqlCliTlsOptions
This commit is contained in:
@@ -462,13 +462,12 @@ EOF;
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see https://dev.mysql.com/doc/refman/5.6/en/encrypted-connection-options.html
|
|
||||||
*
|
|
||||||
* @param Config $oConfig
|
* @param Config $oConfig
|
||||||
*
|
*
|
||||||
* @return string TLS arguments for CLI programs such as mysqldump. Empty string if the config does not use TLS.
|
* @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)
|
public static function GetMysqlCliTlsOptions($oConfig)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user