diff --git a/src/Configuration/Context.php b/src/Configuration/Context.php index d9098f8c..a19cabe4 100644 --- a/src/Configuration/Context.php +++ b/src/Configuration/Context.php @@ -74,7 +74,7 @@ final class Context */ public function bitbucket(string $project): self { - $this->issues = 'https://bitbucket.org/{$project}/issues/%s'; + $this->issues = "https://bitbucket.org/{$project}/issues/%s"; $this->prs = "https://bitbucket.org/{$project}/pull-requests/%s"; $this->assignees = 'https://bitbucket.org/%s';