Mmoreram\PHPFormatter\Compiler\Compiler::addLicense PHP Method

addLicense() private method

Add license.
private addLicense ( Phar $phar ) : Compiler
$phar Phar Phar
return Compiler self Object
    private function addLicense(Phar $phar)
    {
        $this->addFile($phar, new SplFileInfo(__DIR__ . '/../../../LICENSE', __DIR__ . '/../../..', __DIR__ . '/../../../LICENSE'), false);
        return $this;
    }