DeprecatedFixerOptionInterface
            
            extends
                            FixerOptionInterface                    
                
            in
            
        
    
        
        
Table of Contents
Methods
- getAllowedTypes() : null|array<int, string>
 - getAllowedValues() : null|array<int, null|callable(mixed): bool|scalar>
 - getDefault() : mixed
 - getDeprecationMessage() : string
 - getDescription() : string
 - getName() : string
 - getNormalizer() : Closure|null
 - hasDefault() : bool
 
Methods
getAllowedTypes()
    public
                    getAllowedTypes() : null|array<int, string>
    Return values
null|array<int, string>getAllowedValues()
    public
                    getAllowedValues() : null|array<int, null|callable(mixed): bool|scalar>
    Return values
null|array<int, null|callable(mixed): bool|scalar>getDefault()
    public
                    getDefault() : mixed
    Tags
getDeprecationMessage()
    public
                    getDeprecationMessage() : string
    Return values
stringgetDescription()
    public
                    getDescription() : string
    Return values
stringgetName()
    public
                    getName() : string
    Return values
stringgetNormalizer()
    public
                    getNormalizer() : Closure|null
    Return values
Closure|nullhasDefault()
    public
                    hasDefault() : bool