mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-22 18:27:31 +00:00
fix: XML error
> XML declaration allowed only at the start of the document
This commit is contained in:
parent
e3a93065de
commit
9657ad693e
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue