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
Testing
Type
Classes
Error
MutatingScope
NameScope
NodeScopeResolver
OutOfClassScope
ScopeContext
ScopeFactory
SpecifiedTypes
StatementExitPoint
StatementResult
ThrowPoint
TypeSpecifier
TypeSpecifierContext
Interfaces
Scope
TypeSpecifierAwareExtension
Overview
Namespace
Interface
Tree
1:
<?php
declare
(strict_types =
1
);
2:
3:
namespace
PHPStan\Analyser;
4:
5:
/** @api */
6:
interface
TypeSpecifierAwareExtension
7:
{
8:
9:
public
function
setTypeSpecifier(TypeSpecifier
$typeSpecifier
): void;
10:
11:
}
12: