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

Breadcrumb

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

function UnsafeStrictGroupsCallRule::__construct

File

vendor/composer/pcre/src/PHPStan/UnsafeStrictGroupsCallRule.php, line 31

Class

UnsafeStrictGroupsCallRule
@implements Rule<StaticCall>

Namespace

Composer\Pcre\PHPStan

Code

public function __construct(RegexArrayShapeMatcher $regexShapeMatcher) {
    $this->regexShapeMatcher = $regexShapeMatcher;
}
RSS feed
Powered by Drupal