You are here

public function WatchdogPhp::getResultPass in Site Audit 8.3

.

Overrides SiteAuditCheckBase::getResultPass

File

src/Plugin/SiteAuditCheck/WatchdogPhp.php, line 42

Class

WatchdogPhp
Provides the WatchdogPhp Check.

Namespace

Drupal\site_audit\Plugin\SiteAuditCheck

Code

public function getResultPass() {
  return $this
    ->t('No PHP warnings, notices or errors.');
}