Documentation

NoUnreachableDefaultArgumentValueFixer extends AbstractFixer
in package

Tags
author

Mark Scherer

author

Lucas Manzke lmanzke@outlook.com

author

Gregor Harlan gharlan@web.de

Table of Contents

getDefinition()  : mixed
{@inheritdoc}
getPriority()  : mixed
{@inheritdoc}
isCandidate()  : mixed
{@inheritdoc}
isRisky()  : mixed
{@inheritdoc}
applyFix()  : mixed
{@inheritdoc}
clearWhitespacesBeforeIndex()  : mixed
fixFunctionDefinition()  : mixed
getLastNonDefaultArgumentIndex()  : null|int
isEllipsis()  : bool
isNonNullableTypehintedNullableVariable()  : bool
removeDefaultArgument()  : mixed

Methods

getLastNonDefaultArgumentIndex()

private getLastNonDefaultArgumentIndex(Tokens $tokens, int $startIndex, int $endIndex) : null|int
Parameters
$tokens : Tokens
$startIndex : int
$endIndex : int
Return values
null|int

Search results