Code cleanup

This commit is contained in:
Molkobain
2022-03-06 22:56:37 +01:00
parent faa38155e5
commit 6775a3e928
3 changed files with 6 additions and 8 deletions

View File

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