Skip to content

Commit 92b5705

Browse files
GrahamCampbellStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 3b35c14 commit 92b5705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Gitlab/Api/Projects.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ public function boards($project_id)
537537
*/
538538
public function getRepositoryCommitDiscussions($project_id, $commit_id)
539539
{
540-
return $this->get($this->getProjectPath($project_id, 'repository/commits/' . $this->encodePath($commit_id)) . '/discussions');
540+
return $this->get($this->getProjectPath($project_id, 'repository/commits/'.$this->encodePath($commit_id)).'/discussions');
541541
}
542542

543543
/**

0 commit comments

Comments
 (0)