Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git] / src / applications / dashboard / interface / PhabricatorDashboardPanelContainerInterface.php
blob02ad2c274096467352698453af4b0e4bcb676d96
1 <?php
3 interface PhabricatorDashboardPanelContainerInterface {
5 /**
6 * Return a list of Dashboard Panel PHIDs used by this container.
8 * @return list<phid>
9 */
10 public function getDashboardPanelContainerPanelPHIDs();