diff --git a/webapp/.phpcs.xml b/webapp/.phpcs.xml
index db4df9eef14adf759eabff513d8e02d2cdb2e912..1247010df9017e2a8a00825fc743d8645cf72c92 100644
--- a/webapp/.phpcs.xml
+++ b/webapp/.phpcs.xml
@@ -36,7 +36,7 @@
         <!-- config/bootstrap.php : 2 complex lines exceeds 120 characters -->
         <exclude-pattern>config/bootstrap.php</exclude-pattern>
     </rule>
-    
+
 
 <!--
    You can hard-code command line values into your custom standard.
diff --git a/webapp/grumphp.yml b/webapp/grumphp.yml
index eab5e835df71b656dc8e176e733977cd2b7d4270..e055c53ceac2010a1d534eca05b7941c325e4d4e 100644
--- a/webapp/grumphp.yml
+++ b/webapp/grumphp.yml
@@ -17,14 +17,14 @@ parameters:
             tasks:
                 - composer
                 - securitychecker
-        #                - phpcs
+                - phpcs
                 - phpmd
                 - phplint
                 - jsonlint
                 - xmllint
                 - yamllint
                 - file_size
-        #                - git_blacklist
+              # - git_blacklist
         ##
         ## test-suite for the "vendor/bin/grumphp run --testsuite linter_testSuite" command:
         ## ---> run following tasks on the full codebase
@@ -40,9 +40,9 @@ parameters:
         php_testSuite:
             tasks:
                 - phplint
-        #                - phpcs
-        #                - phpcpd
+                - phpcs
                 - phpmd
+             # - phpcpd
     tasks:
         ##
         ######## git_commit_msg