Class Typehint Status

Below, is a summary of all classes and their parameters's typehinting status. .

  Method Argument Typehint Default
class OrderedClassElementsInternalFixer
  Method Argument Typehint Default
 __construct  
 getName string 
 getPriority int 
 supports bool 
 isCandidate bool 
 isRisky bool 
 fix void 
class PriorityInternalFixer
  Method Argument Typehint Default
 getName string 
 getPriority int 
 supports bool 
 isCandidate bool 
 isRisky bool 
 fix void 
 getCommentContent string 
class PriorityCollection
  Method Argument Typehint Default
 create self 
 __construct  
 getPriorityFixer PriorityFixer 
 priorityFixer PriorityFixer 
 isFixerWithoutPriorityInCollection bool 
 getFirstPriorityFixerWithoutPriority PriorityFixer|? 
class PriorityFixer
  Method Argument Typehint Default
 __construct  
 addFixerToRunAfter void 
 addFixerToRunBefore void 
 hasPriority bool 
 getPriority int 
 getFixerToRunAfterNames array 
 getFixerToRunBeforeNames array 
 getFixerNames array 
 calculatePriority bool 
class ReadmeCommand
  Method Argument Typehint Default
 execute int 
 badges string 
 badge string 
 numberOfTests int 
 description string 
 installation string 
 usage string 
 fixers string 
 diff string 
 contributing string 
 composer \stdClass 
class Fixers
  Method Argument Typehint Default
 getIterator \Generator 
class InfectionConfigBuilder
  Method Argument Typehint Default
 build array 
class ArrayElementAnalysis
  Method Argument Typehint Default
 __construct  
 getKeyStartIndex ?int 
 getKeyEndIndex ?int 
 getValueStartIndex int 
 getValueEndIndex int 
class DataProviderAnalysis
  Method Argument Typehint Default
 __construct  
 getName string 
 getNameIndex int 
 getUsageIndices array 
class ArrayAnalyzer
  Method Argument Typehint Default
 getElements array 
 getElementsForArrayContent array 
 createArrayElementAnalysis ArrayElementAnalysis 
 nextCandidateIndex int 
class DataProviderAnalyzer
  Method Argument Typehint Default
 getDataProviders array 
 getMethods array 
class AbstractFixer
  Method Argument Typehint Default
 name string 
 getName string 
 supports bool 
class CommentedOutFunctionFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getConfigurationDefinition FixerConfigurationResolver 
 configure void 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 isFunctionToFix bool 
 isPreviousTokenSeparateStatement bool 
 fixBlock void 
 canUseSingleLineComment bool 
 fixBlockWithSingleLineComments void 
class CommentSurroundedBySpacesFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
class DataProviderNameFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getConfigurationDefinition FixerConfigurationResolver 
 configure void 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 fixNames void 
 getProviderNameForTestName string 
class DataProviderReturnTypeFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 fixReturnTypes void 
class DataProviderStaticFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 fixStatic void 
interface DeprecatingFixerInterface
  Method Argument Typehint Default
 getPullRequestId int 
class InternalClassCasingFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 fixCasing void 
 isGlobalClassUsage bool 
 getCorrectCase string 
class MultilineCommentOpeningClosingAloneFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 fixOpening void 
 fixClosing void 
class NoCommentedOutCodeFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 getIndicesToRemove array 
 getContent string 
 isCorrectSyntax bool 
class NoDoctrineMigrationsGeneratedCommentFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
class NoDuplicatedArrayKeyFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 fixArray void 
 getKeyContentIfPossible string|? 
class NoDuplicatedImportsFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 getUniqueKey string 
 removeUseDeclaration void 
class NoImportFromGlobalNamespaceFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 fixImports void 
 removeImportFromGlobalNamespace array 
 updateComment void 
 updateUsage void 
class NoLeadingSlashInGlobalNamespaceFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 isToRemove bool 
 skipNamespacedCode int 
class NoNullableBooleanTypeFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
class NoPhpStormGeneratedCommentFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
class NoReferenceInFunctionDefinitionFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 getArgumentStartIndices array 
class NoSuperfluousConcatenationFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getConfigurationDefinition FixerConfigurationResolver 
 configure void 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 areOnlyHorizontalWhitespacesBetween bool 
 fixConcat void 
 getContentForBorder string 
class NoUselessCommentFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
class NoUselessDoctrineRepositoryCommentFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
class NoUselessParenthesisFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 isBlockToRemove bool 
 clearWhitespace void 
class NoUselessSprintfFixer
  Method Argument Typehint Default
 __construct  
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 getSuccessorsNames array 
class NoUselessStrlenFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 transformCondition bool 
 transformConditionLeft bool 
 transformConditionRight bool 
 removeTokenAndSiblingWhitespace void 
class NumericLiteralSeparatorFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getConfigurationDefinition FixerConfigurationResolver 
 configure void 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 getNewContent string 
 updateContent string 
 getStartPosition ?int 
 getEndPosition int 
class OperatorLinebreakFixer
  Method Argument Typehint Default
 __construct  
 getDefinition FixerDefinitionInterface 
 getConfigurationDefinition FixerConfigurationResolverInterface 
 configure void 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 getSuccessorsNames array 
class PhpdocNoIncorrectVarAnnotationFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 isTokenCandidate bool 
 removeVarAnnotation void 
 removeVarAnnotationForControl void 
 removeVarAnnotationNotMatchingPattern void 
class PhpdocNoSuperfluousParamFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 getParamNames array 
 getFilteredDocComment string 
class PhpdocOnlyAllowedAnnotationsFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getConfigurationDefinition FixerConfigurationResolver 
 configure void 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
class PhpdocParamOrderFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 getParamNames array 
 getSortedAnnotations array 
class PhpdocParamTypeFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
class PhpdocSelfAccessorFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 fixPhpdocSelfAccessor void 
 replaceNameOccurrences void 
 getNewContent string 
class PhpdocSingleLineVarFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
class PhpdocTypesTrimFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 trimTypes string 
class PhpUnitNoUselessReturnFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 removeUselessReturns void 
class SingleSpaceAfterStatementFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getConfigurationDefinition FixerConfigurationResolver 
 configure void 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 canAddSpaceAfter bool 
class SingleSpaceBeforeStatementFixer
  Method Argument Typehint Default
 getDefinition FixerDefinitionInterface 
 getPriority int 
 isCandidate bool 
 isRisky bool 
 fix void 
 fixTwoTokensAfterOpenTag void 
 fixMoreThanTwoTokensAfterOpenTag void 
class Fixers
  Method Argument Typehint Default
 getIterator \Generator 
class TokenRemover
  Method Argument Typehint Default
 removeWithLinesIfPossible void 
 isTokenOnlyMeaningfulInLine bool 
 hasMeaningTokenInLineBefore bool 
 hasMeaningTokenInLineAfter bool 
 handleWhitespaceBefore bool 
 handleWhitespaceAfter void