Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / applications / auth / action / PhabricatorAuthTestSMSAction.php
bloba03f4d68779a40ea53f6f12860149683f5664f2e
1 <?php
3 final class PhabricatorAuthTestSMSAction extends PhabricatorSystemAction {
5 const TYPECONST = 'auth.sms.test';
7 public function getScoreThreshold() {
8 return 60 / phutil_units('1 hour in seconds');
11 public function getLimitExplanation() {
12 return pht(
13 'You and other users on this install are collectively sending too '.
14 'many test text messages too quickly. Wait a few minutes to continue '.
15 'texting tests.');