Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git] / src / applications / phpast / controller / PhabricatorXHPASTViewInputController.php
blob6e1fd87db7eb87b7c3c99e5ed92fffc1fa51811a
1 <?php
3 final class PhabricatorXHPASTViewInputController
4 extends PhabricatorXHPASTViewPanelController {
6 public function handleRequest(AphrontRequest $request) {
7 $input = $this->getStorageTree()->getInput();
8 return $this->buildXHPASTViewPanelResponse($input);