1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-19 03:50:54 +01:00

Add @phutil-external-symbol declarations to Phabricator

Summary: See D1381.

Test Plan: Ran "arc liberate src/ --all" and got a clean rebuild.

Reviewers: btrahan, jungejason

Reviewed By: jungejason

CC: aran, jungejason

Maniphest Tasks: T762

Differential Revision: https://secure.phabricator.com/D1382
This commit is contained in:
epriestley 2012-01-12 13:54:28 -08:00
parent d84c0a5be5
commit 7f7710a24d
3 changed files with 14 additions and 3 deletions

View file

@ -1,7 +1,7 @@
<?php <?php
/* /*
* Copyright 2011 Facebook, Inc. * Copyright 2012 Facebook, Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -16,6 +16,9 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @phutil-external-symbol function xhprof_compute_flat_info
*/
class PhabricatorXHProfProfileSymbolView extends AphrontView { class PhabricatorXHProfProfileSymbolView extends AphrontView {
private $profileData; private $profileData;

View file

@ -1,7 +1,7 @@
<?php <?php
/* /*
* Copyright 2011 Facebook, Inc. * Copyright 2012 Facebook, Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -16,6 +16,9 @@
* limitations under the License. * limitations under the License.
*/ */
/**
* @phutil-external-symbol function xhprof_compute_flat_info
*/
class PhabricatorXHProfProfileTopLevelView extends AphrontView { class PhabricatorXHProfProfileTopLevelView extends AphrontView {
private $profileData; private $profileData;

View file

@ -1,7 +1,7 @@
<?php <?php
/* /*
* Copyright 2011 Facebook, Inc. * Copyright 2012 Facebook, Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -16,6 +16,11 @@
* limitations under the License. * limitations under the License.
*/ */
/**
*
* @phutil-external-symbol function recaptcha_get_html
* @phutil-external-symbol function recaptcha_check_answer
*/
class AphrontFormRecaptchaControl extends AphrontFormControl { class AphrontFormRecaptchaControl extends AphrontFormControl {
protected function getCustomControlClass() { protected function getCustomControlClass() {