Documentation

FullyQualifiedStrictTypesFixer extends AbstractFixer
in package

Tags
author

VeeWee toonverwerft@gmail.com

Table of Contents

getDefinition()  : mixed
{@inheritdoc}
getPriority()  : mixed
{@inheritdoc}
isCandidate()  : mixed
{@inheritdoc}
applyFix()  : mixed
{@inheritdoc}
detectAndReplaceTypeWithShortType()  : mixed
fixFunctionArguments()  : mixed
fixFunctionReturnType()  : mixed

Methods

getPriority()

{@inheritdoc}

public getPriority() : mixed

Must run before NoSuperfluousPhpdocTagsFixer. Must run after PhpdocToReturnTypeFixer.

Return values
mixed

detectAndReplaceTypeWithShortType()

private detectAndReplaceTypeWithShortType(Tokens $tokens, TypeAnalysis $type) : mixed
Parameters
$tokens : Tokens
$type : TypeAnalysis
Return values
mixed

Search results