Skip to content

Commit 0a408ef

Browse files
committed
Run PHPCS cleanup
1 parent d01d1a4 commit 0a408ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Model/Table/QueuedJobsTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public function createJob(string $jobTask, array|object|null $data = null, array
267267
*
268268
* @return string
269269
*/
270-
protected function jobTask(string $jobType): string {
270+
protected function jobTask(string $jobType): string {
271271
if (!($this->taskFinder instanceof TaskFinder)) {
272272
$this->taskFinder = new TaskFinder();
273273
}

0 commit comments

Comments
 (0)