PHPStan\Type\FileTypeMapper::__construct PHP Method

__construct() public method

public __construct ( PHPStan\Parser\Parser $parser, Cache $cache )
$parser PHPStan\Parser\Parser
$cache Nette\Caching\Cache
    public function __construct(Parser $parser, \Nette\Caching\Cache $cache)
    {
        $this->parser = $parser;
        $this->cache = $cache;
    }