Documentation

FinalPublicMethodForAbstractClassFixer extends AbstractFixer
in package

FinalYes
Tags
author

Filippo Tessarotto zoeslam@gmail.com

Table of Contents

Properties

$magicMethods  : array<string, true>

Methods

getDefinition()  : FixerDefinitionInterface
isCandidate()  : bool
isRisky()  : bool
applyFix()  : void
fixClass()  : void

Properties

$magicMethods

private array<string, true> $magicMethods = ['__construct' => true, '__destruct' => true, '__call' => true, '__callstatic' => true, '__get' => true, '__set' => true, '__isset' => true, '__unset' => true, '__sleep' => true, '__wakeup' => true, '__tostring' => true, '__invoke' => true, '__set_state' => true, '__clone' => true, '__debuginfo' => true]

Methods


        
On this page

Search results