Skip to content

Commit 4693d29

Browse files
authored
Update Projects.php
1 parent 9682c45 commit 4693d29

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
@@ -502,7 +502,7 @@ public function removeLabel($project_id, $name)
502502
* )
503503
* @return mixed
504504
*/
505-
public function fork($project_id, array $parameters = array())
505+
public function fork($project_id, array $parameters = [])
506506
{
507507
$resolver = $this->createOptionsResolver();
508508
return $this->post($this->getProjectPath($project_id, 'fork'), $resolver->resolve($parameters));

0 commit comments

Comments
 (0)