InvalidRegexPatternRule
in package
implements
Rule
Copy of PHPStan's RegularExpressionPatternRule
Tags
Table of Contents
Interfaces
- Rule
Methods
- getNodeType() : string
- processNode() : array<string|int, mixed>
Methods
getNodeType()
public
getNodeType() : string
Return values
stringprocessNode()
public
processNode(Node $node, Scope $scope) : array<string|int, mixed>
Parameters
- $node : Node
- $scope : Scope