Strict standards fix

This commit is contained in:
Klaus Silveira
2013-03-28 23:11:16 -03:00
parent cb71550e7e
commit 1f103627c3

View File

@@ -27,7 +27,7 @@ class Repository extends BaseRepository
/** /**
* Get the current branch, returning a default value when HEAD is detached. * Get the current branch, returning a default value when HEAD is detached.
*/ */
public function getHead() public function getHead($default = null)
{ {
$client = $this->getClient(); $client = $this->getClient();