Skip to content

Commit

Permalink
Merge pull request #1187 from NNTmux/analysis-x0nZ79
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI

[ci skip] [skip ci]
  • Loading branch information
DariusIII authored Oct 10, 2021
2 parents dfd2a9f + c0294be commit dad688c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Blacklight/utility/Git.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ public function commits(): int
}

/**
* @param null $options
* @param null $options
* @return \CzProject\GitPhp\RunnerResult
*
* @throws \CzProject\GitPhp\GitException
*/
public function describe($options = null): \CzProject\GitPhp\RunnerResult
Expand Down Expand Up @@ -117,8 +118,9 @@ public function isCommited($gitObject): bool
}

/**
* @param null $options
* @param null $options
* @return \CzProject\GitPhp\RunnerResult
*
* @throws \CzProject\GitPhp\GitException
*/
public function log($options = null): \CzProject\GitPhp\RunnerResult
Expand All @@ -135,8 +137,9 @@ public function mainBranches(): array
}

/**
* @param null $options
* @param null $options
* @return \CzProject\GitPhp\RunnerResult
*
* @throws \CzProject\GitPhp\GitException
*/
public function tag($options = null): \CzProject\GitPhp\RunnerResult
Expand All @@ -146,6 +149,7 @@ public function tag($options = null): \CzProject\GitPhp\RunnerResult

/**
* @return \CzProject\GitPhp\RunnerResult
*
* @throws \CzProject\GitPhp\GitException
*/
public function tagLatest(): \CzProject\GitPhp\RunnerResult
Expand Down

0 comments on commit dad688c

Please sign in to comment.