From 3b0fc2c8a0b35ba2f9cebd08593590b5938f4f8d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 23 Apr 2023 17:16:32 +0100 Subject: [PATCH] fix(phpcs): incorrect rule formatting --- templates/php/phpcs.xml.twig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 %}