Prefill "<?php" in XHPAST view form
Test Plan: /xhpast/ Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5176
This commit is contained in:
@@ -37,6 +37,7 @@ final class PhabricatorXHPASTViewRunController
|
||||
id(new AphrontFormTextAreaControl())
|
||||
->setLabel('Source')
|
||||
->setName('source')
|
||||
->setValue("<?php\n\n")
|
||||
->setHeight(AphrontFormTextAreaControl::HEIGHT_VERY_TALL))
|
||||
->appendChild(
|
||||
id(new AphrontFormSubmitControl())
|
||||
|
||||
Reference in New Issue
Block a user