Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4693d29

Browse files
authoredNov 14, 2017
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)
Please sign in to comment.