From 2065f625cbad438dde75efb7e19499ad5525c750 Mon Sep 17 00:00:00 2001 From: Maarten Buis Date: Mon, 23 Jan 2023 08:42:54 +0100 Subject: [PATCH] HEAD in all caps --- src/Psalm/SourceControl/Git/GitInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Psalm/SourceControl/Git/GitInfo.php b/src/Psalm/SourceControl/Git/GitInfo.php index e086db55e22..3b2c407e633 100644 --- a/src/Psalm/SourceControl/Git/GitInfo.php +++ b/src/Psalm/SourceControl/Git/GitInfo.php @@ -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)