Skip to content

Commit 5f015d8

Browse files
committed
fix: comment style issues
1 parent e96d60e commit 5f015d8

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
@@ -854,7 +854,7 @@ public function forks(int|string $project_id, array $parameters = []): mixed
854854
* @var string $name The name of the forked project (optional)
855855
* @var string $branches The branches to fork (empty for all branches) (optional)
856856
* @var string $description The description assigned to the resultant project after forking (optional)
857-
* @var boolean $mr_default_target_self For forked projects, target merge requests to this project. If false, the target is the upstream project. (optional)
857+
* @var bool $mr_default_target_self For forked projects, target merge requests to this project. If false, the target is the upstream project. (optional)
858858
* @var string $visibility The visibility level assigned to the resultant project after forking. (optional)
859859
* }
860860
*/

0 commit comments

Comments
 (0)