static string
stripComments(string $source)
Removes comments from a PHP source string. We don't use the PHP phpstripwhitespace() function as we want the content to be readable and well-formatted.
Parameters string $source A PHP string Return Value string The PHP string with the comments removed