Skip to content

Commit 6e0c86f

Browse files
author
Alexandre Salomé
committed
Merge pull request #106 from josephharrington/fix_repo_phpdoc
Fix phpdoc typehint on Repository->getHeadCommit()
2 parents f575b8f + ccd0047 commit 6e0c86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Gitonomy/Git/Repository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public function isBare()
175175
/**
176176
* Returns the HEAD resolved as a commit.
177177
*
178-
* @return Revision|null returns a Commit, Branch, or ``null`` if repository is empty
178+
* @return Commit|null returns a Commit or ``null`` if repository is empty
179179
*/
180180
public function getHeadCommit()
181181
{

0 commit comments

Comments
 (0)