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;
    }