SensioLabs\DeprecationDetector\RuleSet\DirectoryTraverser::__construct PHP Method

__construct() public method

public __construct ( ParsedPhpFileFinder $finder )
$finder SensioLabs\DeprecationDetector\Finder\ParsedPhpFileFinder
    public function __construct(ParsedPhpFileFinder $finder)
    {
        $this->finder = $finder;
    }
DirectoryTraverser