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

Breadcrumb

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

function Markdown::printFooter

Print the markdown footer.

Return value

void

1 call to Markdown::printFooter()
Markdown::generate in vendor/squizlabs/php_codesniffer/src/Generators/Markdown.php
Generates the documentation for a standard.

File

vendor/squizlabs/php_codesniffer/src/Generators/Markdown.php, line 68

Class

Markdown

Namespace

PHP_CodeSniffer\Generators

Code

protected function printFooter() {
    // Turn off errors so we don't get timezone warnings if people
    // don't have their timezone set.
    error_reporting(0);
    echo 'Documentation generated on ' . date('r');
    echo ' by [PHP_CodeSniffer ' . Config::VERSION . '](https://github.com/PHPCSStandards/PHP_CodeSniffer)' . PHP_EOL;
}

API Navigation

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