Browscap\Generator\BuildCustomFileGenerator::postBuild PHP Method

postBuild() protected method

runs after the build
protected postBuild ( ) : BuildCustomFileGenerator
return BuildCustomFileGenerator
    protected function postBuild()
    {
        $this->getLogger()->info('finished creating the custom output file');
        return $this;
    }
BuildCustomFileGenerator