‪TYPO3CMS  ‪main
testClassFinalChecker.php File Reference

Go to the source code of this file.

Classes

class  NodeVisitor
 

Variables

 $parser = (new ParserFactory())->createForVersion(PhpVersion::fromComponents(8, 2))
 
 $finder = new Symfony\Component\Finder\Finder()
 
 $output = new ConsoleOutput()
 
 $errors = []
 

Variable Documentation

◆ $errors

$errors = []

Definition at line 43 of file testClassFinalChecker.php.

◆ $finder

$finder = new Symfony\Component\Finder\Finder()

Definition at line 31 of file testClassFinalChecker.php.

◆ $output

$output = new ConsoleOutput()

Definition at line 41 of file testClassFinalChecker.php.

◆ $parser

$parser = (new ParserFactory())->createForVersion(PhpVersion::fromComponents(8, 2))

Definition at line 29 of file testClassFinalChecker.php.