We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b35c14 commit 92b5705Copy full SHA for 92b5705
lib/Gitlab/Api/Projects.php
@@ -537,7 +537,7 @@ public function boards($project_id)
537
*/
538
public function getRepositoryCommitDiscussions($project_id, $commit_id)
539
{
540
- return $this->get($this->getProjectPath($project_id, 'repository/commits/' . $this->encodePath($commit_id)) . '/discussions');
+ return $this->get($this->getProjectPath($project_id, 'repository/commits/'.$this->encodePath($commit_id)).'/discussions');
541
}
542
543
/**
0 commit comments