Skip to content

Commit 3e417e0

Browse files
committed
Address queue review follow-ups
1 parent 0a408ef commit 3e417e0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/Model/Table/QueuedJobsTable.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,11 @@ public function createJob(string $jobTask, array|object|null $data = null, array
267267
*
268268
* @return string
269269
*/
270-
protected function jobTask(string $jobType): string {
270+
<<<<<<< HEAD
271+
protected function jobTask(string $jobType): string {
272+
=======
273+
protected function jobTask(string $jobType): string {
274+
>>>>>>> e852801 (Address queue review follow-ups)
271275
if (!($this->taskFinder instanceof TaskFinder)) {
272276
$this->taskFinder = new TaskFinder();
273277
}

0 commit comments

Comments
 (0)