mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 14:00:56 +01:00
Add spelling TODOs
Summary: Ref T13005. Added reminders not to copy/paste. Test Plan: None. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley, PHID-OPKG-gm6ozazyms6q6i22gyam Maniphest Tasks: T13005 Differential Revision: https://secure.phabricator.com/D18695
This commit is contained in:
parent
cf3e198b9f
commit
5897294fa9
3 changed files with 3 additions and 0 deletions
|
@ -192,6 +192,7 @@ final class PhabricatorLDAPAuthProvider extends PhabricatorAuthProvider {
|
||||||
const KEY_VERSION = 'ldap:version';
|
const KEY_VERSION = 'ldap:version';
|
||||||
const KEY_REFERRALS = 'ldap:referrals';
|
const KEY_REFERRALS = 'ldap:referrals';
|
||||||
const KEY_START_TLS = 'ldap:start-tls';
|
const KEY_START_TLS = 'ldap:start-tls';
|
||||||
|
// TODO: This is misspelled! See T13005.
|
||||||
const KEY_ANONYMOUS_USERNAME = 'ldap:anoynmous-username';
|
const KEY_ANONYMOUS_USERNAME = 'ldap:anoynmous-username';
|
||||||
const KEY_ANONYMOUS_PASSWORD = 'ldap:anonymous-password';
|
const KEY_ANONYMOUS_PASSWORD = 'ldap:anonymous-password';
|
||||||
const KEY_ALWAYS_SEARCH = 'ldap:always-search';
|
const KEY_ALWAYS_SEARCH = 'ldap:always-search';
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
final class HarbormasterBuildPlanDefaultViewCapability
|
final class HarbormasterBuildPlanDefaultViewCapability
|
||||||
extends PhabricatorPolicyCapability {
|
extends PhabricatorPolicyCapability {
|
||||||
|
|
||||||
|
// TODO: This is misspelled! See T13005.
|
||||||
const CAPABILITY = 'harbomaster.plan.default.view';
|
const CAPABILITY = 'harbomaster.plan.default.view';
|
||||||
|
|
||||||
public function getCapabilityName() {
|
public function getCapabilityName() {
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
final class LegalpadDocumentPreambleTransaction
|
final class LegalpadDocumentPreambleTransaction
|
||||||
extends LegalpadDocumentTransactionType {
|
extends LegalpadDocumentTransactionType {
|
||||||
|
|
||||||
|
// TODO: This is misspelled! See T13005.
|
||||||
const TRANSACTIONTYPE = 'legalpad:premable';
|
const TRANSACTIONTYPE = 'legalpad:premable';
|
||||||
|
|
||||||
public function generateOldValue($object) {
|
public function generateOldValue($object) {
|
||||||
|
|
Loading…
Reference in a new issue