Skip to content

Commit

Permalink
Fix incorrect docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Apr 5, 2024
1 parent 5c3216b commit d767bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Package_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ private function check_git_package_name( $package_name, $url = '', $version = ''
/**
* Checks that `$package_name` matches the name in composer.json at GitLab.com, and return corrected value if not.
*
* @param string $package_name Package name to check.
* @param string $project_name Package name to check.
* @param string $version Optional. Package version. Defaults to empty string.
* @param bool $insecure Optional. Whether to insecurely retry downloads that failed TLS handshake. Defaults
* to false.
Expand Down

0 comments on commit d767bbd

Please sign in to comment.