REBELinBLUE\Deployer\Scripts\Parser::tidyScript PHP Method

tidyScript() private method

Cleans up things which are only in the script to make it easy to read but don't need to be sent to the server, i.e. comments.
private tidyScript ( string $script ) : string
$script string
return string
    private function tidyScript($script)
    {
        return $script;
    }