mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
Update describe function, remove null definition from $options
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2019-01-14 DariusIII
|
||||
* Chg: Update describe function, remove null definition from $options
|
||||
* Chg: Update Git related functions
|
||||
* Chg: Update Binaries class, remove commit from DB::insert queries
|
||||
* Chg: Add error images
|
||||
|
||||
@@ -75,12 +75,12 @@ class Git
|
||||
}
|
||||
|
||||
/**
|
||||
* @param null $options
|
||||
* @param $options
|
||||
*
|
||||
* @return string[]
|
||||
* @throws \Cz\Git\GitException
|
||||
*/
|
||||
public function describe($options = null)
|
||||
public function describe($options)
|
||||
{
|
||||
return $this->repo->execute(['describe', $options]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user