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

Breadcrumb

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

function Thresholds::__construct

File

vendor/phpunit/php-code-coverage/src/Report/Thresholds.php, line 41

Class

Thresholds
@psalm-immutable

Namespace

SebastianBergmann\CodeCoverage\Report

Code

private function __construct(int $lowUpperBound, int $highLowerBound) {
    $this->lowUpperBound = $lowUpperBound;
    $this->highLowerBound = $highLowerBound;
}
RSS feed
Powered by Drupal