We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9682c45 commit 4693d29Copy full SHA for 4693d29
lib/Gitlab/Api/Projects.php
@@ -502,7 +502,7 @@ public function removeLabel($project_id, $name)
502
* )
503
* @return mixed
504
*/
505
- public function fork($project_id, array $parameters = array())
+ public function fork($project_id, array $parameters = [])
506
{
507
$resolver = $this->createOptionsResolver();
508
return $this->post($this->getProjectPath($project_id, 'fork'), $resolver->resolve($parameters));
0 commit comments