Documentation

ClassDefinitionClosingBraceSpaceSniff
in package
implements Sniff

Interfaces, Classes and Traits

Sniff

Table of Contents

$supportedTokenizers  : array<string|int, mixed>
A list of tokenizers this sniff supports.
process()  : void
Processes the tokens that this sniff is interested in.
register()  : array<string|int, int>
Returns the token types that this sniff is interested in.

Properties

Methods

process()

Processes the tokens that this sniff is interested in.

public process(File $phpcsFile, int $stackPtr) : void
Parameters
$phpcsFile : File

The file where the token was found.

$stackPtr : int

The position in the stack where the token was found.

Return values
void

Search results