mirror of
https://github.com/opdavies/build-configs.git
synced 2025-03-13 05:26:56 +00:00
fix(phpcs): incorrect rule formatting
This commit is contained in:
parent
3b0fc2c8a0
commit
d1be2d631b
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue