mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05:33 +01:00
fix(phpcs): incorrect rule formatting
This commit is contained in:
parent
3b0fc2c8a0
commit
d1be2d631b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue