We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2b060 commit 0060177Copy full SHA for 0060177
src/Gitonomy/Git/Reference.php
@@ -56,7 +56,7 @@ public function getCommitHash()
56
/**
57
* Returns the commit associated to the reference.
58
*
59
- * @return Gitonomy\Git\Commit
+ * @return Commit
60
*/
61
public function getCommit()
62
{
src/Gitonomy/Git/ReferenceBag.php
@@ -78,7 +78,7 @@ public function __construct($repository)
78
79
* @param string $fullname Fullname of the reference (refs/heads/master, for example).
80
81
- * @return Gitonomy\Git\Reference A reference object.
+ * @return Reference A reference object.
82
83
public function get($fullname)
84
0 commit comments