build-configs/templates/php/phpcs.xml.twig
Oliver Davies 9657ad693e fix: XML error
> XML declaration allowed only at the start of the document
2023-04-11 00:36:02 +01:00

10 lines
266 B
Twig

<?xml version="1.0"?>
<!-- {{ managedText | raw }} -->
<ruleset name="{{ name }} coding standards">
<description>PHPCS configuration file for {{ name }}.</description>
<file>src</file>
<arg value="np"/>
<rule ref="{{ php.phpcs.standard }}"/>
</ruleset>