mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-16 22:08:44 +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:
@@ -2,7 +2,7 @@
|
||||
|
||||
class WizardState
|
||||
{
|
||||
public function __construct($sNextStep, $sCurrentState = '')
|
||||
public function __construct(string $sNextStep, string $sCurrentState = '')
|
||||
{
|
||||
$this->sNextStep = $sNextStep;
|
||||
$this->sCurrentState = $sCurrentState;
|
||||
|
||||
Reference in New Issue
Block a user