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)