From 832269c68a3ada3418436eb1c26df610edab893c Mon Sep 17 00:00:00 2001 From: HorstOeko Date: Sun, 29 Dec 2024 22:39:03 +0100 Subject: [PATCH] [CS] Fix checkstyle issues --- src/codelists/ZugferdVatTypeCodes.php | 64 +++++++++++++-------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/src/codelists/ZugferdVatTypeCodes.php b/src/codelists/ZugferdVatTypeCodes.php index 6cfa7dc..e362d40 100644 --- a/src/codelists/ZugferdVatTypeCodes.php +++ b/src/codelists/ZugferdVatTypeCodes.php @@ -1,32 +1,32 @@ - - * @license https://opensource.org/licenses/MIT MIT - * @link https://github.com/horstoeko/zugferd - * @see https://www.xrepository.de/details/urn:xoev-de:kosit:codeliste:untdid.5305_3 - */ -class ZugferdVatTypeCodes -{ - /** - * Value added tax (VAT) - * - * A tax on domestic or imported goods applied to the value added - * at each stage in the production/distribution cycle. - */ - public const VALUE_ADDED_TAX = 'VAT'; -} \ No newline at end of file + + * @license https://opensource.org/licenses/MIT MIT + * @link https://github.com/horstoeko/zugferd + * @see https://www.xrepository.de/details/urn:xoev-de:kosit:codeliste:untdid.5305_3 + */ +class ZugferdVatTypeCodes +{ + /** + * Value added tax (VAT) + * + * A tax on domestic or imported goods applied to the value added + * at each stage in the production/distribution cycle. + */ + public const VALUE_ADDED_TAX = 'VAT'; +}