Skip to content

Commit

Permalink
[CS] Fix checkstyle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Dec 29, 2024
1 parent fb5330f commit 832269c
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions src/codelists/ZugferdVatTypeCodes.php
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
<?php

/**
* This file is a part of horstoeko/zugferd.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace horstoeko\zugferd\codelists;

/**
* Class representing list of duty or tax or fee type name code
* Name of list: UNTDID 5153 Duty or tax or fee type name code
*
* @category Zugferd
* @package Zugferd
* @author D. Erling <[email protected]>
* @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';
}
<?php

/**
* This file is a part of horstoeko/zugferd.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace horstoeko\zugferd\codelists;

/**
* Class representing list of duty or tax or fee type name code
* Name of list: UNTDID 5153 Duty or tax or fee type name code
*
* @category Zugferd
* @package Zugferd
* @author D. Erling <[email protected]>
* @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';
}

0 comments on commit 832269c

Please sign in to comment.