diff --git a/Config/phpcs.xml b/Config/phpcs.xml
index 843e603..57516f1 100755
--- a/Config/phpcs.xml
+++ b/Config/phpcs.xml
@@ -27,17 +27,16 @@
*/tests/*
*/Sandbox/*
*/vendor/*
-*/OAuth2/*
-*/Mail/*
-*/Interfaces/*
-*/Workflows/*
-*/Accounting/*
-*/JobScheduling/*
-*/TrueSkill.php
-*/BayesianPersonalizedRanking.php
-*/Parser/Spreadsheet/*
-*/Parser/Presentation/*
-*/Parser/Document/*
+*/Mail/*
+*/Interfaces/*
+*/Workflows/*
+*/Accounting/*
+*/JobScheduling/*
+*/TrueSkill.php
+*/BayesianPersonalizedRanking.php
+*/Parser/Spreadsheet/*
+*/Parser/Presentation/*
+*/Parser/Document/*
*Hooks.php
*Markdown.js
*ObjLoader.js
@@ -50,7 +49,7 @@
-
+
*Sort.php
diff --git a/Helper/Scripts/serverInstall.sh b/Helper/Scripts/serverInstall.sh
index 1eaa558..d8389ed 100644
--- a/Helper/Scripts/serverInstall.sh
+++ b/Helper/Scripts/serverInstall.sh
@@ -26,7 +26,7 @@ service fail2ban restart
# SSH
-# TODO: upload ssh key and disable password login if successful
+# upload ssh key and disable password login if successful
# https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys-on-ubuntu-20-04
# copy the public key (e.g. *.pub to the file ~/.ssh/authorized_keys of the respective user)