Fix: Update PHPUnit bootstrap and fix comment punctuation

This commit is contained in:
2025-04-18 18:16:31 +01:00
parent 0e219975ae
commit 71c0a77a31
5 changed files with 35 additions and 35 deletions

View File

@@ -49,6 +49,6 @@ class Plugin {
* Initialize the plugin
*/
public function init() {
// Initialization logic goes here
// Initialization logic goes here.
}
}