This commit is contained in:
Nuno Maduro
2024-08-10 17:27:21 +01:00
parent 4e98dfe3c3
commit 09beb812d4

View File

@ -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';