Skip to content

Commit 0060177

Browse files
committed
Fix return types in docblocks
1 parent 1c2b060 commit 0060177

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Gitonomy/Git/Reference.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function getCommitHash()
5656
/**
5757
* Returns the commit associated to the reference.
5858
*
59-
* @return Gitonomy\Git\Commit
59+
* @return Commit
6060
*/
6161
public function getCommit()
6262
{

src/Gitonomy/Git/ReferenceBag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function __construct($repository)
7878
*
7979
* @param string $fullname Fullname of the reference (refs/heads/master, for example).
8080
*
81-
* @return Gitonomy\Git\Reference A reference object.
81+
* @return Reference A reference object.
8282
*/
8383
public function get($fullname)
8484
{

0 commit comments

Comments
 (0)