1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

Minor, fix a method signature warning.

This commit is contained in:
epriestley 2014-01-29 07:29:35 -08:00
parent 3c71976f86
commit ffed36fd99

View file

@ -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();