Skip to content

Commit

Permalink
Drop useless var comments as required by the newer coding standard
Browse files Browse the repository at this point in the history
  • Loading branch information
spaze committed Sep 20, 2023
1 parent 43de8c1 commit 5447b5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions src/VatCalculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ class VatCalculator

/**
* VAT Service check URL provided by the EU.
*
* @var string
*/
public const VAT_SERVICE_URL = 'https://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl';

Expand Down
5 changes: 0 additions & 5 deletions src/VatRates.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,8 @@
class VatRates
{

/** @var string */
public const HIGH = 'high';

/** @var string */
public const LOW = 'low';

/** @var null */
public const GENERAL = null;

/**
Expand Down

0 comments on commit 5447b5c

Please sign in to comment.