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

Breadcrumb

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

function Gitlab::generate

Overrides Report::generate

File

vendor/micheh/phpcs-gitlab/src/Report/Gitlab.php, line 58

Class

Gitlab

Namespace

Micheh\PhpCodeSniffer\Report

Code

public function generate($cachedData, $totalFiles, $totalErrors, $totalWarnings, $totalFixable, $showSources = false, $width = 80, $interactive = false, $toScreen = true) {
    echo '[' . rtrim($cachedData, ',') . ']' . PHP_EOL;
}

API Navigation

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