Skip to content

Commit 23afcf3

Browse files
author
DGWA_Pham Van Tuan_BE/トァン
committed
fix systax php 8.2
1 parent 05e805c commit 23afcf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Resque/Job/Status.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Resque_Job_Status
4545
public function __construct($id, $prefix = '')
4646
{
4747
$this->id = $id;
48-
$this->prefix = empty($prefix) ? '' : "${prefix}_";
48+
$this->prefix = empty($prefix) ? '' : "{$prefix}_";
4949
}
5050

5151
/**

0 commit comments

Comments
 (0)