mirror of
https://github.com/Combodo/iTop.git
synced 2026-09-15 02:28:20 +02:00
N°9979 - Hide "keep current choice" setup button in case of a package upgrade (#1026)
* N°9979 - phstan cleanup * N°9979 - Hide keep current choice setup button in case of a package upgrade * N°9979 - optimize SQL queries
This commit is contained in:
@@ -1276,14 +1276,14 @@ class RunTimeEnvironment
|
||||
* - plus the list of modules present in the "extra" directory of the build environment: data/<build_environment>-modules/
|
||||
*
|
||||
* @param string $sSourceEnv The name of the source environment to 'imitate'
|
||||
* @param null $bUseSymLinks Whether to create symbolic links instead of copies
|
||||
* @param bool|null $bUseSymLinks Whether to create symbolic links instead of copies
|
||||
* @param array $aAddedExtensions List of additional extensions to add to the build environment
|
||||
*
|
||||
* @return string[]
|
||||
* @throws \ConfigException
|
||||
* @throws \CoreException
|
||||
*/
|
||||
public function CompileFrom($sSourceEnv, $bUseSymLinks = null, $aAddedExtensions = [])
|
||||
public function CompileFrom($sSourceEnv, ?bool $bUseSymLinks = null, $aAddedExtensions = [])
|
||||
{
|
||||
$oConfig = new Config(utils::GetConfigFilePath($sSourceEnv));
|
||||
$this->InitExtensionMap($oConfig);
|
||||
|
||||
Reference in New Issue
Block a user