mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
N°9144 Fix static analysis issues (#885)
* N°9144 Fix static analysis issues with phpstan * up to level 1 for all setup files * up to level 5 for all wizardsteps
This commit is contained in:
@@ -73,7 +73,7 @@ class iTopExtension
|
||||
public $bVisible;
|
||||
|
||||
/**
|
||||
* @var string[]
|
||||
* @var array
|
||||
*/
|
||||
public $aModules;
|
||||
|
||||
@@ -83,7 +83,7 @@ class iTopExtension
|
||||
public $aModuleVersion;
|
||||
|
||||
/**
|
||||
* @var string[]
|
||||
* @var array
|
||||
*/
|
||||
public $aModuleInfo;
|
||||
|
||||
@@ -94,7 +94,7 @@ class iTopExtension
|
||||
|
||||
/**
|
||||
*
|
||||
* @var string[]
|
||||
* @var array
|
||||
*/
|
||||
public $aMissingDependencies;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user