Skip to content

Commit a3cb403

Browse files
Fixed cs
1 parent 5a62ee7 commit a3cb403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/Projects.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public function pipelineVariables($project_id, int $pipeline_id)
314314
*
315315
* @return mixed
316316
*/
317-
public function createPipeline($project_id, string $commit_ref, ?array $variables = null)
317+
public function createPipeline($project_id, string $commit_ref, array $variables = null)
318318
{
319319
$parameters = [
320320
'ref' => $commit_ref,

0 commit comments

Comments
 (0)