‪TYPO3CMS  10.4
docBlockChecker.php File Reference

Go to the source code of this file.

Classes

class  NodeVisitor
 

Variables

 $parser = (new ParserFactory())->create(ParserFactory::ONLY_PHP7)
 
 $finder = new Symfony\Component\Finder\Finder()
 
 $output = new ConsoleOutput()
 
 $errors = []
 

Variable Documentation

◆ $errors

$errors = []

Definition at line 211 of file docBlockChecker.php.

◆ $finder

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

Definition at line 200 of file docBlockChecker.php.

◆ $output

$output = new ConsoleOutput()

Definition at line 209 of file docBlockChecker.php.

◆ $parser

$parser = (new ParserFactory())->create(ParserFactory::ONLY_PHP7)

Definition at line 198 of file docBlockChecker.php.