mirror of
https://github.com/opdavies/build-configs.git
synced 2025-03-26 22:22:12 +00:00
fix: XML error
> XML declaration allowed only at the start of the document
This commit is contained in:
parent
e3a93065de
commit
9657ad693e
templates/php
|
@ -1,5 +1,6 @@
|
||||||
<!-- {{ managedText | raw }} -->
|
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
<!-- {{ managedText | raw }} -->
|
||||||
|
|
||||||
<ruleset name="{{ name }} coding standards">
|
<ruleset name="{{ name }} coding standards">
|
||||||
<description>PHPCS configuration file for {{ name }}.</description>
|
<description>PHPCS configuration file for {{ name }}.</description>
|
||||||
<file>src</file>
|
<file>src</file>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<!-- {{ managedText | raw }} -->
|
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- {{ managedText | raw }} -->
|
||||||
|
|
||||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
|
||||||
bootstrap="vendor/autoload.php"
|
bootstrap="vendor/autoload.php"
|
||||||
|
|
Loading…
Reference in a new issue