Documentation

NoUnneededControlParenthesesFixer extends AbstractFixer
in package
implements ConfigurationDefinitionFixerInterface

Tags
author

Sullivan Senechal soullivaneuh@gmail.com

author

Dariusz RumiƄski dariusz.ruminski@gmail.com

author

Gregor Harlan gharlan@web.de

Interfaces, Classes and Traits

ConfigurationDefinitionFixerInterface

Table of Contents

$loops  : mixed
__construct()  : mixed
Dynamic option set on constructor.
getDefinition()  : mixed
{@inheritdoc}
getPriority()  : mixed
{@inheritdoc}
isCandidate()  : mixed
{@inheritdoc}
applyFix()  : mixed
{@inheritdoc}
createConfigurationDefinition()  : mixed
{@inheritdoc}

Properties

$loops

private static mixed $loops = ['break' => ['lookupTokens' => T_BREAK, 'neededSuccessors' => [';']], 'clone' => ['lookupTokens' => T_CLONE, 'neededSuccessors' => [';', ':', ',', ')'], 'forbiddenContents' => ['?', ':']], 'continue' => ['lookupTokens' => T_CONTINUE, 'neededSuccessors' => [';']], 'echo_print' => ['lookupTokens' => [T_ECHO, T_PRINT], 'neededSuccessors' => [';', [T_CLOSE_TAG]]], 'return' => ['lookupTokens' => T_RETURN, 'neededSuccessors' => [';', [T_CLOSE_TAG]]], 'switch_case' => ['lookupTokens' => T_CASE, 'neededSuccessors' => [';', ':']], 'yield' => ['lookupTokens' => T_YIELD, 'neededSuccessors' => [';', ')']]]

Methods

Search results