Skip to content

Commit ccd0047

Browse files
Fix phpdoc typehint on Repository->getHeadCommit()
No code changes; just a phpdoc comment change.
1 parent f575b8f commit ccd0047

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)