Documentation

WhitespaceAfterCommaInArrayFixer extends AbstractFixer
in package

Tags
author

Adam Marczuk adam@marczuk.info

Table of Contents

getDefinition()  : mixed
{@inheritdoc}
isCandidate()  : mixed
{@inheritdoc}
applyFix()  : mixed
{@inheritdoc}
skipNonArrayElements()  : int
Method to move index over the non-array elements like function calls or function declarations.

Methods

skipNonArrayElements()

Method to move index over the non-array elements like function calls or function declarations.

private skipNonArrayElements(int $index, Tokens $tokens) : int
Parameters
$index : int
$tokens : Tokens
Return values
int

New index

Search results