diff --git a/datamodels/2.x/itop-files-information/src/Service/FilesIntegrity.php b/datamodels/2.x/itop-files-information/src/Service/FilesIntegrity.php index b76fee6476..b8460be46c 100644 --- a/datamodels/2.x/itop-files-information/src/Service/FilesIntegrity.php +++ b/datamodels/2.x/itop-files-information/src/Service/FilesIntegrity.php @@ -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) {