Skip to content

Commit 923c92c

Browse files
authored
More StyleCI Fixes
1 parent 2b54dcd commit 923c92c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Api/Jobs.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,8 @@ public function artifactByRefName($project_id, string $ref_name, string $job_nam
179179
public function artifactByJobId($project_id, $job_id, string $artifact_path)
180180
{
181181
return $this->getAsResponse('projects/'.self::encodePath($project_id).'/jobs/'.self::encodePath($job_id).'/artifacts/'.self::encodePath($artifact_path))->getBody();
182-
183182
}
184183

185-
186184
/**
187185
* @param int|string $project_id
188186
* @param int $job_id

0 commit comments

Comments
 (0)