fix(phpcs): incorrect rule formatting

This commit is contained in:
Oliver Davies 2023-04-23 17:16:32 +01:00
parent 642b479934
commit 3b0fc2c8a0

View file

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