Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
tipuloidea
/
back
/
vendor
/
phpdocumentor
/
reflection
/
src
/
phpDocumentor
/
Reflection
/
NodeVisitor
:
FindingVisitor.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php declare(strict_types=1); namespace phpDocumentor\Reflection\NodeVisitor; use PhpParser\NodeVisitor\FirstFindingVisitor as BaseFindingVisitor; final class FindingVisitor extends BaseFindingVisitor { public function __construct(callable $filterCallback) { parent::__construct($filterCallback); $this->foundNode = null; } }