Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix incorrect docblock
  • Loading branch information
swissspidy committed Apr 5, 2024
commit d767bbd206690a29426ccfceeeea03f7ffc553b8
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