DBDiff\Templater::getComments PHP Method

getComments() private method

private getComments ( )
    private function getComments()
    {
        if (!$this->params->nocomments) {
            return "# Generated by DBDiff\n# On " . date('m/d/Y h:i:s a', time()) . "\n\n";
        }
        return "";
    }