REBELinBLUE\Deployer\Scripts\Parser::tidyScript PHP Méthode

tidyScript() private méthode

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
Résultat string
    private function tidyScript($script)
    {
        return $script;
    }