1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

HEAD in all caps

This commit is contained in:
Maarten Buis 2023-01-23 08:42:54 +01:00 committed by GitHub
parent b63061a27f
commit 2065f625cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ final class GitInfo extends SourceControlInfo
* Constructor.
*
* @param string $branch branch name
* @param CommitInfo $head hEAD commit
* @param CommitInfo $head HEAD commit
* @param RemoteInfo[] $remotes remote repositories
*/
public function __construct(string $branch, CommitInfo $head, array $remotes)