mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
setup: phpstan level 2
setup: phpstan level 2
This commit is contained in:
@@ -6,7 +6,6 @@ class AnalyzeInstallation
|
||||
{
|
||||
private static AnalyzeInstallation $oInstance;
|
||||
private ?array $aAvailableModules = null;
|
||||
private ?array $aSelectInstall = null;
|
||||
|
||||
protected function __construct()
|
||||
{
|
||||
@@ -23,7 +22,7 @@ class AnalyzeInstallation
|
||||
|
||||
final public static function SetInstance(?AnalyzeInstallation $oInstance): void
|
||||
{
|
||||
static::$oInstance = $oInstance;
|
||||
self::$oInstance = $oInstance;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user