From 6e9e3d3f05467b63f79398745fbdea037f55deeb Mon Sep 17 00:00:00 2001
From: Jan Wennrich <jan.wennrich@pcsg.de>
Date: Wed, 19 Apr 2023 15:38:52 +0200
Subject: [PATCH] docs: add a comment

---
 src/QUI/Test/Test.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/QUI/Test/Test.php b/src/QUI/Test/Test.php
index dd02491..eaba6b7 100644
--- a/src/QUI/Test/Test.php
+++ b/src/QUI/Test/Test.php
@@ -11,6 +11,7 @@ class Test
 {
     public static function onUserGetAvatar(UserInterfaces $User)
     {
+	// a comment
         return false;
 
 
-- 
GitLab