Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / infrastructure / customfield / standard / PhabricatorStandardCustomFieldUsers.php
blob17f555f7c4823e35a2ceaf6123b752bcb6960ed4
1 <?php
3 final class PhabricatorStandardCustomFieldUsers
4 extends PhabricatorStandardCustomFieldTokenizer {
6 public function getFieldType() {
7 return 'users';
10 public function getDatasource() {
11 return new PhabricatorPeopleDatasource();
14 protected function getHTTPParameterType() {
15 return new AphrontUserListHTTPParameterType();
18 protected function newConduitSearchParameterType() {
19 return new ConduitUserListParameterType();
22 protected function newConduitEditParameterType() {
23 return new ConduitUserListParameterType();