mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 20:40:56 +01:00
Minor, restore a missing "break;" that I derped somehow.
This commit is contained in:
parent
24579e2956
commit
3dcef4f37b
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ abstract class DiffusionController extends PhabricatorController {
|
||||||
switch ($repository->getVersionControlSystem()) {
|
switch ($repository->getVersionControlSystem()) {
|
||||||
case PhabricatorRepositoryType::REPOSITORY_TYPE_GIT:
|
case PhabricatorRepositoryType::REPOSITORY_TYPE_GIT:
|
||||||
$result = $this->serveGitRequest($repository);
|
$result = $this->serveGitRequest($repository);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
$result = new PhabricatorVCSResponse(
|
$result = new PhabricatorVCSResponse(
|
||||||
999,
|
999,
|
||||||
|
|
Loading…
Reference in a new issue