Skip to content

Commit 7a2c9fc

Browse files
author
Philo Hamel
committed
CS fix
1 parent 7071b0d commit 7a2c9fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Shell/Task/QueueExampleTask.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function add(): void
6565
try {
6666
$this->QueuedTasks->createJob('Example');
6767
$this->out(__d('queue', 'OK, job created, now run the worker'));
68-
} catch(RuntimeException $e) {
68+
} catch (RuntimeException $e) {
6969
$this->err(__d('queue', 'Could not create Job'));
7070
}
7171
}

0 commit comments

Comments
 (0)