mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 20:40:56 +01:00
Minor, fix a method signature warning.
This commit is contained in:
parent
3c71976f86
commit
ffed36fd99
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ final class ConduitAPI_diffusion_branchquery_Method
|
|||
return $this->processBranchRefs($request, $refs);
|
||||
}
|
||||
|
||||
protected function getSVNResult() {
|
||||
protected function getSVNResult(ConduitAPIRequest $request) {
|
||||
// Since SVN doesn't have meaningful branches, just return nothing for all
|
||||
// queries.
|
||||
return array();
|
||||
|
|
Loading…
Reference in a new issue