REBELinBLUE\Deployer\Scripts\Parser::tidyScript PHP Метод

tidyScript() приватный Метод

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
Результат string
    private function tidyScript($script)
    {
        return $script;
    }