Home
last modified time | relevance | path

Searched refs:showOk (Results 1 – 1 of 1) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DNotifysend.php57 protected $showOk = true; variable in PHP_CodeSniffer_Reports_Notifysend
93 $showOk = PHP_CodeSniffer::getConfigData('notifysend_showok');
94 if ($showOk !== null) {
95 $this->showOk = (boolean) $showOk;
162 if ($this->showOk === true) {