Use native type hint
[MAILPOET-4463]
This commit is contained in:
committed by
Jan Jakeš
parent
e769273c8d
commit
d0f8d0f2bb
@ -91,10 +91,7 @@ class WorkflowRunLog {
|
|||||||
return $this->data;
|
return $this->data;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
public function getCompletedAt(): ?DateTimeImmutable {
|
||||||
* @return DateTimeImmutable|null
|
|
||||||
*/
|
|
||||||
public function getCompletedAt() {
|
|
||||||
return $this->completedAt;
|
return $this->completedAt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user