Apply non-implicit nullables rule
[MAILPOET-6491]
This commit is contained in:
@@ -60,7 +60,7 @@ class AutomationRunLog {
|
||||
int $automationRunId,
|
||||
string $stepId,
|
||||
string $stepType,
|
||||
int $id = null
|
||||
?int $id = null
|
||||
) {
|
||||
$this->automationRunId = $automationRunId;
|
||||
$this->stepId = $stepId;
|
||||
|
Reference in New Issue
Block a user