From a71cb97db31c2862b84d48d1d3bb70b04b78d791 Mon Sep 17 00:00:00 2001 From: acognet Date: Mon, 14 Mar 2022 15:30:35 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B04644=20-=20Core=20update=20:=20confusing?= =?UTF-8?q?=20warning=20message=20when=20integrity=20of=20iTop=20std=20fil?= =?UTF-8?q?es=20is=20modified=20-=20fix=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2.x/itop-files-information/src/Service/FilesIntegrity.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {