API Reference
Namespaces
PhpParser
Builder
Comment
ErrorHandler
Lexer
Node
NodeVisitor
Parser
PrettyPrinter
PHPStan
Analyser
BetterReflection
Broker
Collectors
Command
DependencyInjection
File
Node
Parser
Php
PhpDoc
PhpDocParser
Reflection
Rules
Constants
Exceptions
Properties
Testing
Type
Classes
FoundTypeResult
RuleErrorBuilder
RuleLevelHelper
Interfaces
FileRuleError
IdentifierRuleError
LineRuleError
MetadataRuleError
NonIgnorableRuleError
Rule
RuleError
TipRuleError
Overview
Namespace
Interface
Tree
1:
<?php
declare
(strict_types =
1
);
2:
3:
namespace
PHPStan\Rules;
4:
5:
/** @api */
6:
interface
IdentifierRuleError
extends
RuleError
7:
{
8:
9:
public
function
getIdentifier(): string;
10:
11:
}
12: