We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7071b0d commit 7a2c9fcCopy full SHA for 7a2c9fc
1 file changed
src/Shell/Task/QueueExampleTask.php
@@ -65,7 +65,7 @@ public function add(): void
65
try {
66
$this->QueuedTasks->createJob('Example');
67
$this->out(__d('queue', 'OK, job created, now run the worker'));
68
- } catch(RuntimeException $e) {
+ } catch (RuntimeException $e) {
69
$this->err(__d('queue', 'Could not create Job'));
70
}
71
0 commit comments