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

Breadcrumb

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

Intervals::$opSortOrder

@phpstan-var array<string, int>

Type: opSortOrder

File

vendor/composer/semver/src/Intervals.php, line 42

Class

Intervals
Helper class generating intervals from constraints

Namespace

Composer\Semver

Code

private static $opSortOrder = array(
    '>=' => -3,
    '<' => -2,
    '>' => 2,
    '<=' => 3,
);
RSS feed
Powered by Drupal