diff --git a/src/QUI/Test/Test.php b/src/QUI/Test/Test.php
index f7261cf86fb2c5fe6a632d7650e6867ad63f0e36..c2198d7ce3a4f86af93d163659957ccdddb9fd54 100644
--- a/src/QUI/Test/Test.php
+++ b/src/QUI/Test/Test.php
@@ -9,7 +9,7 @@
 
 class Test
 {
-    public static function onUserGetAvatar(UserInterfaces $User)
+     public static function onUserGetAvatar(UserInterfaces $User)
     {
         // a comment
         return false;
diff --git a/test.js b/test.js
new file mode 100644
index 0000000000000000000000000000000000000000..6be02374db118b9fb99cd98c6b403e5a558d0d57
--- /dev/null
+++ b/test.js
@@ -0,0 +1 @@
+console.log('hello world');