fix: XML error

> XML declaration allowed only at the start of the document
This commit is contained in:
Oliver Davies 2023-04-11 00:36:01 +01:00
parent e3a93065de
commit 9657ad693e
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,6 @@
<!-- {{ managedText | raw }} -->
<?xml version="1.0"?>
<!-- {{ managedText | raw }} -->
<ruleset name="{{ name }} coding standards">
<description>PHPCS configuration file for {{ name }}.</description>
<file>src</file>

View file

@ -1,5 +1,6 @@
<!-- {{ managedText | raw }} -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- {{ managedText | raw }} -->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
bootstrap="vendor/autoload.php"