From d29880b1b864db7a744c42d56ae2ef727fa27f2b Mon Sep 17 00:00:00 2001 From: Molkobain Date: Fri, 11 Mar 2022 17:52:10 +0100 Subject: [PATCH] Update PHPDoc --- datamodels/2.x/itop-core-update/src/Service/CoreUpdater.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/datamodels/2.x/itop-core-update/src/Service/CoreUpdater.php b/datamodels/2.x/itop-core-update/src/Service/CoreUpdater.php index a3c78d75d1..fdb98922ba 100644 --- a/datamodels/2.x/itop-core-update/src/Service/CoreUpdater.php +++ b/datamodels/2.x/itop-core-update/src/Service/CoreUpdater.php @@ -611,8 +611,9 @@ final class CoreUpdater } /** - * Throw an exception if there are new modules that were not already installed - * @param $sRootPath + * Check if new modules (not already installed) are present, and throw an exception if that is the case as core update doesn't know how to install them automatically for know + * + * @param string $sRootPath * * @throws \ApplicationException * @since 2.7.7 3.0.1