diff --git a/code/DocumentationService.php b/code/DocumentationService.php index 8550836..9275691 100644 --- a/code/DocumentationService.php +++ b/code/DocumentationService.php @@ -471,7 +471,9 @@ class DocumentationService { } /** - * Helper function to strip the extension off + * Helper function to strip the extension off. + * Warning: Doesn't work if the filename includes dots, + * but no extension, e.g. "2.4.0-alpha" will return "2.4". * * @param string *