3 final class HeraldCoreStateReasons
4 extends HeraldStateReasons
{
6 const REASON_SILENT
= 'core.silent';
8 public function explainReason($reason) {
10 self
::REASON_SILENT
=> pht(
11 'This change applied silently, so mail and other notifications '.
15 return idx($reasons, $reason);