Skip to content
Snippets Groups Projects
Unverified Commit aa102310 authored by Thomas Müller's avatar Thomas Müller Committed by Lukas Reschke
Browse files

$this->blackListedClassNames is unknown

parent 9915f68a
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ $errors = [];
foreach($Regex as $file) {
$stmts = $parser->parse(file_get_contents($file[0]));
$visitor = new SinceTagCheckVisitor($this->blackListedClassNames);
$visitor = new SinceTagCheckVisitor();
$traverser = new \PhpParser\NodeTraverser();
$traverser->addVisitor($visitor);
$traverser->traverse($stmts);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment