Apply non-implicit nullables rule
[MAILPOET-6491]
This commit is contained in:
@ -42,7 +42,7 @@ class StepRunLogger {
|
||||
string $stepId,
|
||||
string $stepType,
|
||||
int $runNumber,
|
||||
bool $isWpDebug = null
|
||||
?bool $isWpDebug = null
|
||||
) {
|
||||
$this->automationRunLogStorage = $automationRunLogStorage;
|
||||
$this->hooks = $hooks;
|
||||
|
Reference in New Issue
Block a user