Skip to content

Commit

Permalink
Update MatrixEvent.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwriter committed Dec 3, 2023
1 parent 298ebd5 commit 0ae7c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Event/MatrixEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function getMatrix(): string
{
$matrix = $this->matrix['include'];
if ($matrix === []) {
$this->include(Job::noop('Noop: success.'));
$this->include(Job::noop());
}

return Json::encode($this->matrix);
Expand Down

0 comments on commit 0ae7c24

Please sign in to comment.