From 9657ad693e8b863dcf6da6ab312f17e71ff42091 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 11 Apr 2023 00:36:01 +0100 Subject: [PATCH] fix: XML error > XML declaration allowed only at the start of the document --- templates/php/phpcs.xml.twig | 3 ++- templates/php/phpunit.xml.twig | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/php/phpcs.xml.twig b/templates/php/phpcs.xml.twig index d4be090..305a454 100644 --- a/templates/php/phpcs.xml.twig +++ b/templates/php/phpcs.xml.twig @@ -1,5 +1,6 @@ - + + PHPCS configuration file for {{ name }}. src diff --git a/templates/php/phpunit.xml.twig b/templates/php/phpunit.xml.twig index 3a3da89..8f8f983 100644 --- a/templates/php/phpunit.xml.twig +++ b/templates/php/phpunit.xml.twig @@ -1,5 +1,6 @@ - + +