N°4644 - Core update : confusing warning message when integrity of iTop std files is modified - fix comment

This commit is contained in:
acognet
2022-03-14 15:30:35 +01:00
parent 4c99f497cc
commit a71cb97db3

View File

@@ -79,9 +79,10 @@ class FilesIntegrity
* Check that files present in iTop folder corresponds to the manifest
*
* @param string $sRootPath
* @param bool $bExitAtFirstError
*
* @throws \Combodo\iTop\FilesInformation\Service\FileIntegrityException
* @since 2.7.7 3.0.1
* @since 2.7.7 3.0.1 Add $bExitAtFirstError parameter
*/
public static function CheckInstallationIntegrity($sRootPath = APPROOT, $bExitAtFirstError = true)
{