fix(phpcs): incorrect rule formatting

This commit is contained in:
Oliver Davies 2023-04-23 17:20:21 +01:00
parent 3b0fc2c8a0
commit d1be2d631b

View file

@ -7,5 +7,5 @@
<arg value="np"/> <arg value="np"/>
{% for standard in php.phpcs.standards|default(['Drupal', 'DrupalPractice']) %} {% for standard in php.phpcs.standards|default(['Drupal', 'DrupalPractice']) %}
<rule ref="{{ standard }}"/> <rule ref="{{ standard }}"/>
{% endif %} {% endfor %}
</ruleset> </ruleset>