Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Notifysend.php

function Notifysend::notifyAllFine

Tell the user that all is fine and no error/warning has been found.

Return value

void

1 call to Notifysend::notifyAllFine()
Notifysend::generate in vendor/squizlabs/php_codesniffer/src/Reports/Notifysend.php
Generates a summary of errors and warnings for each file processed.

File

vendor/squizlabs/php_codesniffer/src/Reports/Notifysend.php, line 194

Class

Notifysend

Namespace

PHP_CodeSniffer\Reports

Code

protected function notifyAllFine() {
    $cmd = $this->getBasicCommand();
    $cmd .= ' -i info';
    $cmd .= ' "PHP CodeSniffer: Ok"';
    $cmd .= ' "All fine"';
    exec($cmd);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal