mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°6964 - Improve PHPDoc and method name to explicit that paths are relative
This commit is contained in:
@@ -2292,11 +2292,8 @@ interface iKPILoggerExtension
|
||||
interface iBackupExtraFilesExtension
|
||||
{
|
||||
/**
|
||||
* Returns an array of files and directories to be included in the backup
|
||||
*
|
||||
* @api
|
||||
*
|
||||
* @return string[]
|
||||
* @return string[] Array of relative paths (from app root) for files and directories to be included in the backup
|
||||
*/
|
||||
public function GetExtraFiles(): array;
|
||||
public function GetExtraFilesRelPaths(): array;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user