Skip to content

Commit

Permalink
$job_metadata -> $kojo_job to match method name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexberryman committed Aug 8, 2019
1 parent 9d4982c commit 79fb7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Process/Pool/Logger/MessageInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function setContextJsonLastError(int $context_json_last_error): MessageIn

public function getKojoJob() : JobInterface;

public function setKojoJob(JobInterface $job_metadata) : MessageInterface;
public function setKojoJob(JobInterface $kojo_job) : MessageInterface;

public function hasKojoJob() : bool;
}

0 comments on commit 79fb7ce

Please sign in to comment.