We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4746684 commit 929dca1Copy full SHA for 929dca1
lib/Job/Status.php
@@ -50,7 +50,7 @@ class Status
50
public function __construct($id, $prefix = '')
51
{
52
$this->id = $id;
53
- $this->prefix = empty($prefix) ? '' : "${prefix}_";
+ $this->prefix = empty($prefix) ? '' : "{$prefix}_";
54
}
55
56
/**
0 commit comments