diff --git a/templates/php/phpcs.xml.twig b/templates/php/phpcs.xml.twig
index 305a454..5cadf74 100644
--- a/templates/php/phpcs.xml.twig
+++ b/templates/php/phpcs.xml.twig
@@ -5,5 +5,7 @@
PHPCS configuration file for {{ name }}.
src
-
+ {% for standard in php.phpcs.standards|default(['Drupal', 'DrupalPractice']) %}
+
+ {% endif %}