From d1be2d631b3dc349b07023acfdfdd47354423ce3 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 23 Apr 2023 17:20:21 +0100 Subject: [PATCH] fix(phpcs): incorrect rule formatting --- templates/php/phpcs.xml.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/php/phpcs.xml.twig b/templates/php/phpcs.xml.twig index 5cadf74..185bb76 100644 --- a/templates/php/phpcs.xml.twig +++ b/templates/php/phpcs.xml.twig @@ -7,5 +7,5 @@ {% for standard in php.phpcs.standards|default(['Drupal', 'DrupalPractice']) %} - {% endif %} + {% endfor %}