HumHub Documentation (unofficial)

DuplicateStyleDefinitionSniff
in package
implements Sniff

Table of Contents

Interfaces

Sniff

Properties

$supportedTokenizers  : array<string|int, mixed>
A list of tokenizers this sniff supports.

Methods

process()  : void
Processes the tokens that this sniff is interested in.
register()  : array<string|int, int|string>
Returns the token types that this sniff is interested in.

Properties

$supportedTokenizers

A list of tokenizers this sniff supports.

public array<string|int, mixed> $supportedTokenizers = ['CSS']

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.

register()

Returns the token types that this sniff is interested in.

public register() : array<string|int, int|string>
Return values
array<string|int, int|string>

        
On this page

Search results