repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git]
/
src
/
applications
/
paste
/
controller
/
PhabricatorPasteEditController.php
blob
c9ee5a289edf1a9863e498d8b553361849f3f624
1
<
?php
2
3
final class
PhabricatorPasteEditController
extends
PhabricatorPasteController
{
4
5
public function
handleRequest
(
AphrontRequest
$request
) {
6
return
id
(
new
PhabricatorPasteEditEngine
())
7
->
setController
(
$this
)
8
->
buildResponse
();
9
}
10
11
}