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

Breadcrumb

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

function ParsingFileAnalyser::__construct

File

vendor/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php, line 76

Class

ParsingFileAnalyser
@internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage

Namespace

SebastianBergmann\CodeCoverage\StaticAnalysis

Code

public function __construct(bool $useAnnotationsForIgnoringCode, bool $ignoreDeprecatedCode) {
    $this->useAnnotationsForIgnoringCode = $useAnnotationsForIgnoringCode;
    $this->ignoreDeprecatedCode = $ignoreDeprecatedCode;
}
RSS feed
Powered by Drupal